We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4fedd80 + 3779dd1 commit 69e398bCopy full SHA for 69e398b
services/java/com/android/server/WindowManagerService.java
@@ -8520,7 +8520,8 @@ void updateReportedVisibilityLocked() {
8520
final int N = allAppWindows.size();
8521
for (int i=0; i<N; i++) {
8522
WindowState win = allAppWindows.get(i);
8523
- if (win == startingWindow || win.mAppFreezing) {
+ if (win == startingWindow || win.mAppFreezing
8524
+ || win.mAttrs.type == TYPE_APPLICATION_STARTING) {
8525
continue;
8526
}
8527
if (DEBUG_VISIBILITY) {
0 commit comments