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 eb44f7d97..86528c15c 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 @@ -688,7 +688,7 @@ class PhotoFragment : ViewPagerFragment() { panorama_outline.isClickable = !isFullscreen } - if (mMedium.isPortrait()) { + if (mWasInit && mMedium.isPortrait()) { photo_portrait_stripe_wrapper.animate().alpha(if (isFullscreen) 0f else 1f).start() } }