We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3fb2cf commit e0b549eCopy full SHA for e0b549e
1 file changed
app/src/main/kotlin/org/fossify/gallery/fragments/PhotoFragment.kt
@@ -391,6 +391,9 @@ class PhotoFragment : ViewPagerFragment() {
391
if (!menuVisible && mIsMotionVideoPlaying) {
392
stopMotionPhotoVideo()
393
}
394
+ if (menuVisible && mWasInit && mIsMotionPhoto && !mIsMotionVideoPlaying && context?.config?.autoplayMotionPhotos == true) {
395
+ playMotionPhotoVideo()
396
+ }
397
if (mWasInit) {
398
val isNotAnimatedContent =
399
!mMedium.isGIF() && !mMedium.isApng() && !mMedium.isAvif() && !mMedium.isWebP()
0 commit comments