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

Commit c2d3644f 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 am: 6b798c0f

parents 9651116d 6b798c0f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1729,7 +1729,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 {