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