File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
policy/src/com/android/internal/policy/impl/keyguard Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -1306,13 +1306,6 @@ private void adjustStatusBarLocked() {
13061306 // (like recents). Temporary enable/disable (e.g. the "back" button) are
13071307 // done in KeyguardHostView.
13081308 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- }
13161309 if (isSecure () || !ENABLE_INSECURE_STATUS_BAR_EXPAND ) {
13171310 // showing secure lockscreen; disable expanding.
13181311 flags |= StatusBarManager .DISABLE_EXPAND ;
You can’t perform that action at this time.
0 commit comments