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

Commit 2f847165 authored by Matt Pietal's avatar Matt Pietal Committed by Android (Google) Code Review
Browse files

Merge "Ensure keyguard shows, and tells WM" into main

parents eb254d1e 0f0cdccd
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3243,7 +3243,11 @@ public class KeyguardViewMediator implements CoreStartable, Dumpable,
                        + "mPendingLock=" + mPendingLock + "."
                        + "One of these being false means we re-locked the device during unlock. "
                        + "Do not proceed to finish keyguard exit and unlock.");
                doKeyguardLocked(null);
                finishSurfaceBehindRemoteAnimation(true /* showKeyguard */);
                // Ensure WM is notified that we made a decision to show
                setShowingLocked(true /* showing */, true /* force */);

                return;
            }