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

Commit 2f47c989 authored by d34d's avatar d34d Committed by Clark Scheff
Browse files

SysUI: Disable window animation when using KeyguardExternalView

This prevents the window containing the external view from animating
when the keyguard is dismissed.

Change-Id: I9aa1f6a034786a598f7957cd9baff6237db06532
TICKET: COG-133
parent 9f84cac5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -524,7 +524,8 @@ public class StatusBarKeyguardViewManager {
    }

    public boolean shouldDisableWindowAnimationsForUnlock() {
        return mPhoneStatusBar.isInLaunchTransition();
        return mPhoneStatusBar.isInLaunchTransition() ||
                mPhoneStatusBar.mNotificationPanel.hasExternalKeyguardView();
    }

    public boolean isGoingToNotificationShade() {