2
0
Fork 1
mirror of https://github.com/FossifyOrg/Gallery.git synced 2025-04-21 02:44:00 +02:00

remove the photofragment clear function

This commit is contained in:
tibbi 2017-04-13 22:56:14 +02:00
parent 196cc3bffd
commit 7e95356310

View file

@ -228,11 +228,6 @@ class PhotoFragment : ViewPagerFragment() {
loadBitmap(degrees)
}
override fun onDestroyView() {
super.onDestroyView()
Glide.clear(view.photo_view)
}
override fun onConfigurationChanged(newConfig: Configuration?) {
super.onConfigurationChanged(newConfig)
loadImage()