wrap in unawaited

This commit is contained in:
mertalev 2025-09-24 10:42:39 -04:00
parent 8c7155e150
commit 3bc3059f79
No known key found for this signature in database
GPG key ID: DF6ABC77AAD98C95

View file

@ -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));
}
});