Skip to content

Commit 974e5a6

Browse files
committed
Fix formatting
1 parent e1e19e1 commit 974e5a6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/src/main/kotlin/org/fossify/gallery/fragments/PhotoFragment.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,8 @@ class PhotoFragment : ViewPagerFragment() {
392392
if (!menuVisible && mIsMotionVideoPlaying) {
393393
stopMotionPhotoVideo()
394394
}
395-
val shouldAutoplayMotionPhoto = mIsMotionPhoto && !mIsMotionVideoPlaying && context?.config?.autoplayMotionPhotos == true
395+
val shouldAutoplayMotionPhoto = mIsMotionPhoto && !mIsMotionVideoPlaying &&
396+
context?.config?.autoplayMotionPhotos == true
396397
if (menuVisible && mWasInit && shouldAutoplayMotionPhoto) {
397398
playMotionPhotoVideo()
398399
}

0 commit comments

Comments
 (0)