mirror of
https://github.com/immich-app/immich.git
synced 2025-01-27 22:22:45 +01: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:
parent
8a47a87a14
commit
fb8be51ff2
1 changed files with 0 additions and 3 deletions
|
@ -256,9 +256,6 @@ class MemoryPage extends HookConsumerWidget {
|
||||||
asset: asset,
|
asset: asset,
|
||||||
title: memories[mIndex].title,
|
title: memories[mIndex].title,
|
||||||
showTitle: index == 0,
|
showTitle: index == 0,
|
||||||
onVideoEnded: () {
|
|
||||||
toNextAsset(index);
|
|
||||||
},
|
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue