mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-22 20:48:00 +01:00
hide subsamplingscaleimageview if the image failed to load
This commit is contained in:
parent
f41d75aca1
commit
544f92104a
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ class PhotoFragment : ViewPagerFragment() {
|
|||
}
|
||||
|
||||
override fun onImageLoadError(p0: Exception?) {
|
||||
visibility = View.GONE
|
||||
}
|
||||
|
||||
override fun onPreviewLoadError(p0: Exception?) {
|
||||
|
|
Loading…
Reference in a new issue