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 6a0f3b903..a8fb70827 100644 --- a/app/src/main/kotlin/com/simplemobiletools/gallery/fragments/PhotoFragment.kt +++ b/app/src/main/kotlin/com/simplemobiletools/gallery/fragments/PhotoFragment.kt @@ -189,7 +189,7 @@ class PhotoFragment : ViewPagerFragment() { if ((medium.isImage()) && isMenuVisible && view.subsampling_view.visibility == View.GONE) { view.subsampling_view.apply { beVisible() - setDoubleTapZoomScale(1.4f) + setDoubleTapZoomScale(2f) setImage(ImageSource.uri(medium.path)) orientation = SubsamplingScaleImageView.ORIENTATION_USE_EXIF setOnImageEventListener(object : SubsamplingScaleImageView.OnImageEventListener {