mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-02-18 13:00:36 +01:00
adding a few more checks at activity state at loading fullscreen images
This commit is contained in:
parent
9d2026e639
commit
bee4b0ff72
@ -373,7 +373,7 @@ class PhotoFragment : ViewPagerFragment() {
|
|||||||
.apply(options)
|
.apply(options)
|
||||||
.listener(object : RequestListener<Drawable> {
|
.listener(object : RequestListener<Drawable> {
|
||||||
override fun onLoadFailed(e: GlideException?, model: Any?, target: Target<Drawable>?, isFirstResource: Boolean): Boolean {
|
override fun onLoadFailed(e: GlideException?, model: Any?, target: Target<Drawable>?, isFirstResource: Boolean): Boolean {
|
||||||
if (activity != null) {
|
if (activity != null && !activity!!.isDestroyed && !activity!!.isFinishing) {
|
||||||
tryLoadingWithPicasso(addZoomableView)
|
tryLoadingWithPicasso(addZoomableView)
|
||||||
}
|
}
|
||||||
return false
|
return false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user