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

Commit ad1fb032 authored by Julia Tuttle's avatar Julia Tuttle Committed by Gerrit Code Review
Browse files

Merge "[SystemUI] Fix the misleading log."

parents 691bfb64 366fb289
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 {