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) loadBitmap(degrees)
} }
override fun onDestroyView() {
super.onDestroyView()
Glide.clear(view.photo_view)
}
override fun onConfigurationChanged(newConfig: Configuration?) { override fun onConfigurationChanged(newConfig: Configuration?) {
super.onConfigurationChanged(newConfig) super.onConfigurationChanged(newConfig)
loadImage() loadImage()