We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9023cf9 + 3e98b9a commit 5c87f53Copy full SHA for 5c87f53
1 file changed
policy/src/com/android/internal/policy/impl/keyguard/KeyguardViewMediator.java
@@ -1306,13 +1306,6 @@ private void adjustStatusBarLocked() {
1306
// (like recents). Temporary enable/disable (e.g. the "back" button) are
1307
// done in KeyguardHostView.
1308
flags |= StatusBarManager.DISABLE_RECENT;
1309
- if (!mScreenOn) {
1310
- // Disable all navbar buttons on screen off. The navigation bar will hide
1311
- // these immediately to avoid seeing the end of layout transition animations
1312
- // if quickly turning back on.
1313
- flags |= StatusBarManager.DISABLE_HOME;
1314
- flags |= StatusBarManager.DISABLE_BACK;
1315
- }
1316
if (isSecure() || !ENABLE_INSECURE_STATUS_BAR_EXPAND) {
1317
// showing secure lockscreen; disable expanding.
1318
flags |= StatusBarManager.DISABLE_EXPAND;
0 commit comments