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 e1e19e1 commit 974e5a6Copy full SHA for 974e5a6
1 file changed
app/src/main/kotlin/org/fossify/gallery/fragments/PhotoFragment.kt
@@ -392,7 +392,8 @@ class PhotoFragment : ViewPagerFragment() {
392
if (!menuVisible && mIsMotionVideoPlaying) {
393
stopMotionPhotoVideo()
394
}
395
- val shouldAutoplayMotionPhoto = mIsMotionPhoto && !mIsMotionVideoPlaying && context?.config?.autoplayMotionPhotos == true
+ val shouldAutoplayMotionPhoto = mIsMotionPhoto && !mIsMotionVideoPlaying &&
396
+ context?.config?.autoplayMotionPhotos == true
397
if (menuVisible && mWasInit && shouldAutoplayMotionPhoto) {
398
playMotionPhotoVideo()
399
0 commit comments