Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0c648fbd authored by meganukebmp's avatar meganukebmp Committed by Bruno Martins
Browse files

fixup! SystemUI: Add visualizer feature

Visualizer doesn't show if we occlude it on playback.

Change-Id: If3c62e9c7dd51731ae8bf764f5137a729d251792
parent ea88f4da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -166,7 +166,7 @@ public class NotificationMediaManager implements Dumpable, TunerService.Tunable
                }
                findAndUpdateMediaNotifications();
                mStatusBarOptionalLazy.get().map(StatusBar::getVisualizerView).ifPresent(
                        v -> v.setOccluded(state.getState() == PlaybackState.STATE_PLAYING));
                        v -> v.setPlaying(state.getState() == PlaybackState.STATE_PLAYING));
            }
        }