formatting

This commit is contained in:
mertalev
2025-07-30 20:21:24 -04:00
parent b81081e777
commit 4f19dacecd
12 changed files with 58 additions and 117 deletions
@@ -93,10 +93,7 @@ class AssetViewerStateNotifier extends AutoDisposeNotifier<AssetViewerState> {
if (showing == state.showingBottomSheet) {
return;
}
state = state.copyWith(
showingBottomSheet: showing,
showingControls: showing || state.showingControls,
);
state = state.copyWith(showingBottomSheet: showing, showingControls: showing || state.showingControls);
if (showing) {
ref.read(videoPlayerControlsProvider.notifier).pause();
}