tweak the glide view clearing a bit

This commit is contained in:
tibbi 2019-05-14 00:03:30 +02:00
parent 36dec5e004
commit fa0ce89d81

View file

@ -227,7 +227,6 @@ class PhotoFragment : ViewPagerFragment() {
super.onDestroyView()
if (activity?.isDestroyed == false) {
mView.subsampling_view.recycle()
}
try {
if (context != null) {
@ -235,6 +234,7 @@ class PhotoFragment : ViewPagerFragment() {
}
} catch (ignored: Exception) {
}
}
mLoadZoomableViewHandler.removeCallbacksAndMessages(null)
if (mCurrentRotationDegrees != 0) {