mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-08 00:17:29 +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
|
// this is the reason we're getting an update
|
||||||
final navigationHeight = ref.watch(navigationPanelHeight);
|
final navigationHeight = ref.watch(navigationPanelHeight);
|
||||||
|
|
||||||
if (!panelController.isPanelOpen) return const SizedBox();
|
if (navigationHeight == 50) return const SizedBox();
|
||||||
|
|
||||||
return IgnorePointer(
|
return IgnorePointer(
|
||||||
ignoring: !panelController.isPanelOpen,
|
ignoring: !panelController.isPanelOpen,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user