Skip to content

Commit

Permalink
fix(mobile): Stop advancing to next memory on video ended (#7007)
Browse files Browse the repository at this point in the history
Stop advancing to next asset on video ended
  • Loading branch information
martyfuhry authored Feb 10, 2024
1 parent 8a47a87 commit fb8be51
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mobile/lib/modules/memories/views/memory_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,6 @@ class MemoryPage extends HookConsumerWidget {
asset: asset,
title: memories[mIndex].title,
showTitle: index == 0,
onVideoEnded: () {
toNextAsset(index);
},
),
),
);
Expand Down

0 comments on commit fb8be51

Please sign in to comment.