diff --git a/mobile/lib/pages/common/native_video_viewer.page.dart b/mobile/lib/pages/common/native_video_viewer.page.dart index 3974b1d175..4ab63f4973 100644 --- a/mobile/lib/pages/common/native_video_viewer.page.dart +++ b/mobile/lib/pages/common/native_video_viewer.page.dart @@ -256,7 +256,7 @@ class NativeVideoViewerPage extends HookConsumerWidget { ref.listen(currentAssetProvider, (_, value) { // Delay the video playback to avoid a stutter in the swipe animation - Timer(const Duration(milliseconds: 350), () { + Timer(const Duration(milliseconds: 300), () { if (!context.mounted) { return; }