allow using the PhotoView zoom if loading Subsampling fails
This commit is contained in:
parent
f40543ae3b
commit
c9a084c4e4
|
@ -322,6 +322,7 @@ class PhotoFragment : ViewPagerFragment() {
|
|||
}
|
||||
|
||||
override fun onImageLoadError(e: Exception) {
|
||||
view.photo_view.isZoomable = true
|
||||
background = ColorDrawable(Color.TRANSPARENT)
|
||||
beGone()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue