Loading services/core/java/com/android/server/am/ActivityRecord.java +1 −3 Original line number Diff line number Diff line Loading @@ -2174,9 +2174,7 @@ final class ActivityRecord extends ConfigurationContainer implements AppWindowCo } void removeOrphanedStartingWindow(boolean behindFullscreenActivity) { if (state == INITIALIZING && mStartingWindowState == STARTING_WINDOW_SHOWN && behindFullscreenActivity) { if (mStartingWindowState == STARTING_WINDOW_SHOWN && behindFullscreenActivity) { if (DEBUG_VISIBILITY) Slog.w(TAG_VISIBILITY, "Found orphaned starting window " + this); mStartingWindowState = STARTING_WINDOW_REMOVED; mWindowContainerController.removeStartingWindow(); Loading Loading
services/core/java/com/android/server/am/ActivityRecord.java +1 −3 Original line number Diff line number Diff line Loading @@ -2174,9 +2174,7 @@ final class ActivityRecord extends ConfigurationContainer implements AppWindowCo } void removeOrphanedStartingWindow(boolean behindFullscreenActivity) { if (state == INITIALIZING && mStartingWindowState == STARTING_WINDOW_SHOWN && behindFullscreenActivity) { if (mStartingWindowState == STARTING_WINDOW_SHOWN && behindFullscreenActivity) { if (DEBUG_VISIBILITY) Slog.w(TAG_VISIBILITY, "Found orphaned starting window " + this); mStartingWindowState = STARTING_WINDOW_REMOVED; mWindowContainerController.removeStartingWindow(); Loading