1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-25 10:43:13 +02:00

fix(mobile): Stop advancing to next memory on video ended (#7007)

Stop advancing to next asset on video ended
This commit is contained in:
martyfuhry 2024-02-09 21:29:57 -05:00 committed by GitHub
parent 8a47a87a14
commit fb8be51ff2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -256,9 +256,6 @@ class MemoryPage extends HookConsumerWidget {
asset: asset,
title: memories[mIndex].title,
showTitle: index == 0,
onVideoEnded: () {
toNextAsset(index);
},
),
),
);