Loading services/core/java/com/android/server/policy/PhoneWindowManager.java +0 −6 Original line number Diff line number Diff line Loading @@ -5761,12 +5761,6 @@ public class PhoneWindowManager implements WindowManagerPolicy { mStatusBarController.updateVisibilityLw(false /*transientAllowed*/, mLastSystemUiFlags, mLastSystemUiFlags); } final boolean isKeyguardShowing = isStatusBarKeyguard() && !mKeyguardOccluded; if (statusBarExpanded && !isKeyguardShowing && mNavigationBar != null) { if (mNavigationBarController.setBarShowingLw(true)) { changes |= FINISH_LAYOUT_REDO_LAYOUT; } } } else if (mTopFullscreenOpaqueWindowState != null) { topIsFullscreen = topAppHidesStatusBar; // The subtle difference between the window for mTopFullscreenOpaqueWindowState Loading Loading
services/core/java/com/android/server/policy/PhoneWindowManager.java +0 −6 Original line number Diff line number Diff line Loading @@ -5761,12 +5761,6 @@ public class PhoneWindowManager implements WindowManagerPolicy { mStatusBarController.updateVisibilityLw(false /*transientAllowed*/, mLastSystemUiFlags, mLastSystemUiFlags); } final boolean isKeyguardShowing = isStatusBarKeyguard() && !mKeyguardOccluded; if (statusBarExpanded && !isKeyguardShowing && mNavigationBar != null) { if (mNavigationBarController.setBarShowingLw(true)) { changes |= FINISH_LAYOUT_REDO_LAYOUT; } } } else if (mTopFullscreenOpaqueWindowState != null) { topIsFullscreen = topAppHidesStatusBar; // The subtle difference between the window for mTopFullscreenOpaqueWindowState Loading