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

Commit f667369b authored by Nicolò Mazzucato's avatar Nicolò Mazzucato
Browse files

Improve details of info message related to keyguard presentation

Bug: 411069834
Test: KeyguardDisplayManager
Flag: NONE - improving a comment
Change-Id: Ia2729c873c2ed25eaee67ef1fbec087d7d7d8c8c
parent 1f9783b7
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 {