Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java +1 −1 Original line number Diff line number Diff line Loading @@ -4206,7 +4206,7 @@ public class StatusBar extends SystemUI implements DemoMode, } if (shouldBeKeyguard) { showKeyguardImpl(); } else if (!shouldBeKeyguard && mIsKeyguard) { } else { return hideKeyguardImpl(); } return false; Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java +1 −1 Original line number Diff line number Diff line Loading @@ -4206,7 +4206,7 @@ public class StatusBar extends SystemUI implements DemoMode, } if (shouldBeKeyguard) { showKeyguardImpl(); } else if (!shouldBeKeyguard && mIsKeyguard) { } else { return hideKeyguardImpl(); } return false; Loading