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

Commit f4da9378 authored by Nicolò Mazzucato's avatar Nicolò Mazzucato Committed by Android (Google) Code Review
Browse files

Merge "Improve details of info message related to keyguard presentation" into main

parents 9e57c786 f667369b
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -148,7 +148,12 @@ public class KeyguardDisplayManager {
        if (ShadeWindowGoesAround.isEnabled()) {
            int shadeDisplayId = mShadePositionRepositoryProvider.get().getDisplayId().getValue();
            if (display.getDisplayId() == shadeDisplayId) {
                Log.i(TAG, "Do not show KeyguardPresentation on the shade window display");
                Log.i(
                    TAG,
                    "Secondary Keyguard presentation not shown on display "
                            + display.getDisplayId()
                            + " because shade window is on it (with the primary keyguard)");

                return false;
            }
        } else {