mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 16:05: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
|
// 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();
|
||||||
|
|
||||||
return IgnorePointer(
|
return IgnorePointer(
|
||||||
ignoring: !panelController.isPanelOpen,
|
ignoring: !panelController.isPanelOpen,
|
||||||
child: AnimatedContainer(
|
child: AnimatedContainer(
|
||||||
|
Loading…
Reference in New Issue
Block a user