mirror of
https://github.com/immich-app/immich.git
synced 2025-11-18 04:23:19 -05:00
wrap in unawaited
This commit is contained in:
parent
8c7155e150
commit
3bc3059f79
@ -159,7 +159,7 @@ class NativeVideoViewerPage extends HookConsumerWidget {
|
||||
}
|
||||
|
||||
if (oldControls?.pause != newControls.pause || newControls.restarted) {
|
||||
_onPauseChange(context, playerController, seekDebouncer, newControls.pause);
|
||||
unawaited(_onPauseChange(context, playerController, seekDebouncer, newControls.pause));
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user