Loading services/core/java/com/android/server/wm/DisplayPolicy.java +1 −1 Original line number Diff line number Diff line Loading @@ -2669,7 +2669,7 @@ public class DisplayPolicy { return; } final ActivityRecord focusedApp = mDisplayContent.mFocusedApp; if (focusedApp != null && fillsDisplayWindowingMode(focusedApp)) { if (focusedApp == null || fillsDisplayWindowingMode(focusedApp)) { // Don't change the system UI controlling window when the new one is not ready. return; } Loading Loading
services/core/java/com/android/server/wm/DisplayPolicy.java +1 −1 Original line number Diff line number Diff line Loading @@ -2669,7 +2669,7 @@ public class DisplayPolicy { return; } final ActivityRecord focusedApp = mDisplayContent.mFocusedApp; if (focusedApp != null && fillsDisplayWindowingMode(focusedApp)) { if (focusedApp == null || fillsDisplayWindowingMode(focusedApp)) { // Don't change the system UI controlling window when the new one is not ready. return; } Loading