diff --git a/mobile/lib/modules/memories/views/memory_page.dart b/mobile/lib/modules/memories/views/memory_page.dart index c8a67ba824..d6a4d2ae6f 100644 --- a/mobile/lib/modules/memories/views/memory_page.dart +++ b/mobile/lib/modules/memories/views/memory_page.dart @@ -256,13 +256,13 @@ class MemoryPage extends HookConsumerWidget { asset: asset, title: memories[mIndex].title, showTitle: index == 0, - onVideoEnded: () { - // If this is a live photo, don't go to + //onVideoEnded: () { + // TODO: At the end of the video, advance to the next asset automatically. If this is a live photo, don't go to // next asset - if (asset.livePhotoVideoId == null) { - toNextAsset(index); - } - }, + //if (asset.livePhotoVideoId == null) { + //toNextAsset(index); + //} + //}, ), ), );