Merge "Don't add windows from exiting app tokens twice." into klp-modular-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
731c30c17d
@@ -8067,6 +8067,9 @@ public class WindowManagerService extends IWindowManager.Stub
|
||||
final int numTokens = tokens.size();
|
||||
for (int tokenNdx = 0; tokenNdx < numTokens; ++tokenNdx) {
|
||||
final AppWindowToken wtoken = tokens.get(tokenNdx);
|
||||
if (wtoken.mDeferRemoval) {
|
||||
continue;
|
||||
}
|
||||
i = reAddAppWindowsLocked(displayContent, i, wtoken);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user