mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
wrap in unawaited
This commit is contained in:
parent
8c7155e150
commit
3bc3059f79
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ class NativeVideoViewerPage extends HookConsumerWidget {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (oldControls?.pause != newControls.pause || newControls.restarted) {
|
if (oldControls?.pause != newControls.pause || newControls.restarted) {
|
||||||
_onPauseChange(context, playerController, seekDebouncer, newControls.pause);
|
unawaited(_onPauseChange(context, playerController, seekDebouncer, newControls.pause));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue