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

Commit 42dfb496 authored by Alex Stetson's avatar Alex Stetson Committed by Automerger Merge Worker
Browse files

Merge "Always notify of keyguard exit animation" into udc-qpr-dev am: 350f95c8 am: 0e45e1ea

parents c4bb8c38 0e45e1ea
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -3972,15 +3972,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