Merge "Fix reporting of window visibility in WindowManagerService."
This commit is contained in:
@@ -8520,7 +8520,8 @@ public class WindowManagerService extends IWindowManager.Stub
|
||||
final int N = allAppWindows.size();
|
||||
for (int i=0; i<N; i++) {
|
||||
WindowState win = allAppWindows.get(i);
|
||||
if (win == startingWindow || win.mAppFreezing) {
|
||||
if (win == startingWindow || win.mAppFreezing
|
||||
|| win.mAttrs.type == TYPE_APPLICATION_STARTING) {
|
||||
continue;
|
||||
}
|
||||
if (DEBUG_VISIBILITY) {
|
||||
|
||||
Reference in New Issue
Block a user