updating subsampling once again

This commit is contained in:
tibbi
2019-01-21 22:34:13 +01:00
parent c7c25fc17b
commit 4206447762
2 changed files with 1 additions and 10 deletions

View File

@ -464,21 +464,12 @@ class PhotoFragment : ViewPagerFragment() {
override fun onTileLoadError(e: Exception) {
}
override fun onPreviewReleased() {
}
override fun onImageLoadError(e: Exception) {
mView.gestures_view.controller.settings.isZoomEnabled = true
background = ColorDrawable(Color.TRANSPARENT)
mIsSubsamplingVisible = false
beGone()
}
override fun onPreviewLoadError(e: Exception) {
background = ColorDrawable(Color.TRANSPARENT)
mIsSubsamplingVisible = false
beGone()
}
}
}
}