We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2aaa1ce + 3935770 commit 65f23e7Copy full SHA for 65f23e7
services/java/com/android/server/WindowManagerService.java
@@ -8760,7 +8760,8 @@ void updateReportedVisibilityLocked() {
8760
WindowState win = allAppWindows.get(i);
8761
if (win == startingWindow || win.mAppFreezing
8762
|| win.mViewVisibility != View.VISIBLE
8763
- || win.mAttrs.type == TYPE_APPLICATION_STARTING) {
+ || win.mAttrs.type == TYPE_APPLICATION_STARTING
8764
+ || win.mDestroying) {
8765
continue;
8766
}
8767
if (DEBUG_VISIBILITY) {
0 commit comments