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

Commit e6d30674 authored by Adrian Roos's avatar Adrian Roos
Browse files

AOD: Make sure to update visibilities after instant expanding

Fixes an issue where disable flags were not applied properly because
they were not recomputed after expanding the PanelBar.

Change-Id: I6933ba4951bf768a15a9d4f58728558939f106ae
Fixes: 64001235
Test: Open camera, put to landscape, press power; Verify time and battery icon are not visible in transition.
parent aaf38609
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4710,6 +4710,7 @@ public class StatusBar extends SystemUI implements DemoMode,
        // Make our window larger and the panel expanded.
        makeExpandedVisible(true);
        mNotificationPanel.expand(false /* animate */);
        recomputeDisableFlags(false /* animate */);
    }

    private void instantCollapseNotificationPanel() {