mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-07 07:49:43 +00:00
chore: fix player overlay bg blur
This commit is contained in:
parent
6299143e4c
commit
b7521a9021
@ -178,7 +178,7 @@ class PlayerOverlay extends HookConsumerWidget {
|
||||
// this is the reason we're getting an update
|
||||
final navigationHeight = ref.watch(navigationPanelHeight);
|
||||
|
||||
if (!panelController.isPanelOpen) return const SizedBox();
|
||||
if (navigationHeight == 50) return const SizedBox();
|
||||
|
||||
return IgnorePointer(
|
||||
ignoring: !panelController.isPanelOpen,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user