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,13 +227,13 @@ class PhotoFragment : ViewPagerFragment() {
|
|||
super.onDestroyView()
|
||||
if (activity?.isDestroyed == false) {
|
||||
mView.subsampling_view.recycle()
|
||||
}
|
||||
|
||||
try {
|
||||
if (context != null) {
|
||||
Glide.with(context!!).clear(mView.gestures_view)
|
||||
try {
|
||||
if (context != null) {
|
||||
Glide.with(context!!).clear(mView.gestures_view)
|
||||
}
|
||||
} catch (ignored: Exception) {
|
||||
}
|
||||
} catch (ignored: Exception) {
|
||||
}
|
||||
|
||||
mLoadZoomableViewHandler.removeCallbacksAndMessages(null)
|
||||
|
|
Loading…
Reference in a new issue