From ffd15a417a2d89766c3ebfbfb3151a64bc13fcf5 Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 19 Mar 2020 16:29:22 +0100 Subject: [PATCH] at repeated file loading by content uri, check also if file is panorama --- .../com/simplemobiletools/gallery/pro/fragments/PhotoFragment.kt | 1 + 1 file changed, 1 insertion(+) 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 9a4e2134f..f9ab0239e 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 @@ -449,6 +449,7 @@ class PhotoFragment : ViewPagerFragment() { if (mMedium.path != mOriginalPath) { mMedium.path = mOriginalPath loadImage() + checkIfPanorama() } } })