mirror of
https://github.com/immich-app/immich.git
synced 2025-07-09 03:04:16 -04:00
slightly lower delay
This commit is contained in:
parent
64e23a3b5c
commit
dbca16e352
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user