chore: fix player overlay bg blur

This commit is contained in:
Kingkor Roy Tirtho 2023-10-01 13:31:29 +06:00
parent 6299143e4c
commit b7521a9021

View File

@ -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,