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

Commit 366fb289 authored by xi yu's avatar xi yu
Browse files

[SystemUI] Fix the misleading log.

Change-Id: I5b863a5b57e153090b3474b98c941f9360b57785
parent 4d076879
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1641,7 +1641,7 @@ public class KeyguardViewMediator extends CoreStartable implements 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 {