mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-26 14:37:59 +01:00
tweak the glide view clearing a bit
This commit is contained in:
parent
36dec5e004
commit
fa0ce89d81
1 changed files with 5 additions and 5 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue