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

Commit e0bb7371 authored by Craig Mautner's avatar Craig Mautner Committed by Android Git Automerger
Browse files

am d14816b6: Merge "Eliminate misleading warning." into lmp-dev

* commit 'd14816b6f33d8edbec43f5c226d50ed529daf19b':
  Eliminate misleading warning.
parents f8c6ce76 36e793c7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -328,6 +328,7 @@ class DisplayContent {
                    for (int tokenNdx = tokens.size() - 1; tokenNdx >= 0; --tokenNdx) {
                        AppWindowToken wtoken = tokens.get(tokenNdx);
                        if (wtoken.mDeferRemoval) {
                            stack.mExitingAppTokens.remove(wtoken);
                            wtoken.mDeferRemoval = false;
                            mService.removeAppFromTaskLocked(wtoken);
                        }