merge from open-source master

Change-Id: I0902959c7703bd3a1c41abfc6a8788b89d0aa977
This commit is contained in:
The Android Open Source Project
2010-04-08 11:35:37 -07:00

View File

@@ -8678,7 +8678,8 @@ public class WindowManagerService extends IWindowManager.Stub
for (int i=0; i<N; i++) { for (int i=0; i<N; i++) {
WindowState win = allAppWindows.get(i); WindowState win = allAppWindows.get(i);
if (win == startingWindow || win.mAppFreezing if (win == startingWindow || win.mAppFreezing
|| win.mViewVisibility != View.VISIBLE) { || win.mViewVisibility != View.VISIBLE
|| win.mAttrs.type == TYPE_APPLICATION_STARTING) {
continue; continue;
} }
if (DEBUG_VISIBILITY) { if (DEBUG_VISIBILITY) {