Merge commit '6d1321f02f8e8c201469f17a7a62a4d063821b9a' * commit '6d1321f02f8e8c201469f17a7a62a4d063821b9a': Corrected visibility reporting error in WindowManager
This commit is contained in:
committed by
Android Git Automerger
commit
40e7a62789
@@ -8121,7 +8121,8 @@ public class WindowManagerService extends IWindowManager.Stub
|
||||
WindowState win = allAppWindows.get(i);
|
||||
if (win == startingWindow || win.mAppFreezing
|
||||
|| win.mViewVisibility != View.VISIBLE
|
||||
|| win.mAttrs.type == TYPE_APPLICATION_STARTING) {
|
||||
|| win.mAttrs.type == TYPE_APPLICATION_STARTING
|
||||
|| win.mDestroying) {
|
||||
continue;
|
||||
}
|
||||
if (DEBUG_VISIBILITY) {
|
||||
|
||||
Reference in New Issue
Block a user