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

Commit 9208057d authored by Selim Cinek's avatar Selim Cinek Committed by android-build-merger
Browse files

Merge "Calling hideKeyguard more often, instead of caching it" into oc-dr1-dev

am: 71e0a375

Change-Id: I2841b973d012ea3d0b2c4162f3930e3d48cebad1
parents 712bf2d4 71e0a375
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4206,7 +4206,7 @@ public class StatusBar extends SystemUI implements DemoMode,
        }
        if (shouldBeKeyguard) {
            showKeyguardImpl();
        } else if (!shouldBeKeyguard && mIsKeyguard) {
        } else {
            return hideKeyguardImpl();
        }
        return false;