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

Commit 4e9a2e46 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "CentralSurfacesImpl#onStatusBarWindowStateChanged check for correct flag" into main

parents f00111bf 252b4370
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -297,7 +297,7 @@ public class CentralSurfacesImpl implements CoreStartable, CentralSurfaces {
            };

    void onStatusBarWindowStateChanged(@WindowVisibleState int state) {
        StatusBarSimpleFragment.assertInLegacyMode();
        StatusBarConnectedDisplays.assertInLegacyMode();
        mStatusBarWindowState = state;
        updateBubblesVisibility();
    }