Loading services/core/java/com/android/server/policy/PhoneWindowManager.java +0 −5 Original line number Diff line number Diff line Loading @@ -5761,11 +5761,6 @@ public class PhoneWindowManager implements WindowManagerPolicy { mStatusBarController.updateVisibilityLw(false /*transientAllowed*/, mLastSystemUiFlags, mLastSystemUiFlags); } if (statusBarExpanded && 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 −5 Original line number Diff line number Diff line Loading @@ -5761,11 +5761,6 @@ public class PhoneWindowManager implements WindowManagerPolicy { mStatusBarController.updateVisibilityLw(false /*transientAllowed*/, mLastSystemUiFlags, mLastSystemUiFlags); } if (statusBarExpanded && 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