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

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

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

parents 6804c6a1 ad1fb032
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1734,7 +1734,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 {