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

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

Merge "Set state to CLOSED when unfolding with a HUN visible" into main

parents f23c500e 7ef45c9f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1339,6 +1339,10 @@ public final class NotificationPanelViewController implements ShadeSurface, Dump
                "NotificationPanelViewController.updateResources");

        if (splitShadeChanged) {
            if (isPanelVisibleBecauseOfHeadsUp()) {
                // workaround for b/324642496, because HUNs set state to OPENING
                onPanelStateChanged(STATE_CLOSED);
            }
            onSplitShadeEnabledChanged();
        }