diff --git a/app/src/main/kotlin/com/simplemobiletools/gallery/fragments/PhotoFragment.kt b/app/src/main/kotlin/com/simplemobiletools/gallery/fragments/PhotoFragment.kt index a8fb70827..348da5858 100644 --- a/app/src/main/kotlin/com/simplemobiletools/gallery/fragments/PhotoFragment.kt +++ b/app/src/main/kotlin/com/simplemobiletools/gallery/fragments/PhotoFragment.kt @@ -188,6 +188,7 @@ class PhotoFragment : ViewPagerFragment() { private fun addZoomableView() { if ((medium.isImage()) && isMenuVisible && view.subsampling_view.visibility == View.GONE) { view.subsampling_view.apply { + maxScale = 10f beVisible() setDoubleTapZoomScale(2f) setImage(ImageSource.uri(medium.path))