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

Commit 2debc99e authored by Jorim Jaggi's avatar Jorim Jaggi Committed by Android (Google) Code Review
Browse files

Merge "Fix expanded notifications on lockscreen" into lmp-dev

parents 56d3cb30 e62d589b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -720,6 +720,8 @@ public abstract class PanelView extends FrameLayout {
        abortAnimations();
        if (mTracking) {
            onTrackingStopped(true /* expands */); // The panel is expanded after this call.
        }
        if (mExpanding) {
            notifyExpandingFinished();
        }
        setVisibility(VISIBLE);