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

Commit 6b798c0f authored by Julia Tuttle's avatar Julia Tuttle Committed by Automerger Merge Worker
Browse files

Merge "[SystemUI] Fix the misleading log." am: ad1fb032 am: d854ab8c

parents 89fdd9d1 d854ab8c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1728,7 +1728,7 @@ public class KeyguardViewMediator implements CoreStartable, Dumpable,
                try {
                    callback.onKeyguardExitResult(true);
                } catch (RemoteException e) {
                    Slog.w(TAG, "Failed to call onKeyguardExitResult(false)", e);
                    Slog.w(TAG, "Failed to call onKeyguardExitResult(true)", e);
                }
            } else {