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

Commit e62d589b authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

Fix expanded notifications on lockscreen

Bug: 17340086
Change-Id: I388f859cea1ad5daf195590512ee684e88b9299c
parent 17ee3ec0
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);