diff --git a/app/src/main/kotlin/com/simplemobiletools/gallery/pro/fragments/PhotoFragment.kt b/app/src/main/kotlin/com/simplemobiletools/gallery/pro/fragments/PhotoFragment.kt index 84da27361..b4f3bc143 100644 --- a/app/src/main/kotlin/com/simplemobiletools/gallery/pro/fragments/PhotoFragment.kt +++ b/app/src/main/kotlin/com/simplemobiletools/gallery/pro/fragments/PhotoFragment.kt @@ -435,7 +435,6 @@ class PhotoFragment : ViewPagerFragment() { if (drawable.intrinsicWidth == 0) { loadWithGlide(path, addZoomableView) } else { - drawable.setLoopLimit(0) mView.gestures_view.setImageDrawable(drawable) } } else {