am 727cec02: merge from open-source master
Merge commit '727cec02daa66b5e984aff277185d503fabe5d51' into kraken * commit '727cec02daa66b5e984aff277185d503fabe5d51': Fix reporting of window visibility in WindowManagerService.
This commit is contained in:
committed by
Android Git Automerger
commit
c9522c95ef
@@ -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