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

Commit cd2d6346 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Merge remote-tracking branch 'origin/lineage-19.1' into v1-s

parents 3bab33ff 0c648fbd
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));
            }
        }