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

Commit 350f95c8 authored by Alex Stetson's avatar Alex Stetson Committed by Android (Google) Code Review
Browse files

Merge "Always notify of keyguard exit animation" into udc-qpr-dev

parents 328d6843 cdccd2d6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -3740,15 +3740,15 @@ public class PhoneWindowManager implements WindowManagerPolicy {
     */
    private int handleTransitionForKeyguardLw(boolean startKeyguardExitAnimation,
            boolean notifyOccluded) {
        int redoLayout = 0;
        if (notifyOccluded) {
            final int redoLayout = applyKeyguardOcclusionChange();
            if (redoLayout != 0) return redoLayout;
            redoLayout = applyKeyguardOcclusionChange();
        }
        if (startKeyguardExitAnimation) {
            if (DEBUG_KEYGUARD) Slog.d(TAG, "Starting keyguard exit animation");
            startKeyguardExitAnimation(SystemClock.uptimeMillis());
        }
        return 0;
        return redoLayout;
    }

    // There are several different flavors of "assistant" that can be launched from