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

Commit bc303f4c authored by Jorim Jaggi's avatar Jorim Jaggi Committed by Android Git Automerger
Browse files

am 6198a703: am 2a198de7: am 975ceef6: am 52429b4a: Cancel animation when hiding Keyguard

* commit '6198a703':
  Cancel animation when hiding Keyguard
parents 4608d877 6198a703
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3575,6 +3575,7 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode,
        mHandler.removeMessages(MSG_LAUNCH_TRANSITION_TIMEOUT);
        releaseGestureWakeLock();
        mNotificationPanel.onAffordanceLaunchEnded();
        mNotificationPanel.animate().cancel();
        mNotificationPanel.setAlpha(1f);
        return staying;
    }