Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 731c30c1 authored by Craig Mautner's avatar Craig Mautner Committed by Android (Google) Code Review
Browse files

Merge "Don't add windows from exiting app tokens twice." into klp-modular-dev

parents c4aee98a ac90c19c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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);
                }
            }