committed by
Android Git Automerger
commit
5e78c1f49d
@@ -8678,7 +8678,8 @@ public class WindowManagerService extends IWindowManager.Stub
|
||||
for (int i=0; i<N; i++) {
|
||||
WindowState win = allAppWindows.get(i);
|
||||
if (win == startingWindow || win.mAppFreezing
|
||||
|| win.mViewVisibility != View.VISIBLE) {
|
||||
|| win.mViewVisibility != View.VISIBLE
|
||||
|| win.mAttrs.type == TYPE_APPLICATION_STARTING) {
|
||||
continue;
|
||||
}
|
||||
if (DEBUG_VISIBILITY) {
|
||||
|
||||
Reference in New Issue
Block a user