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

Commit a4a8a88b authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am 9830a4ac: Fix issue #2161169: onStop not being called.

Merge commit '9830a4ac' into eclair-mr2

* commit '9830a4ac':
  Fix issue #2161169: onStop not being called.
parents 7fd7534b 9830a4ac
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -3218,7 +3218,6 @@ public class WindowManagerService extends IWindowManager.Stub
                        ttoken.windows.remove(startingWindow);
                        ttoken.windows.remove(startingWindow);
                        ttoken.allAppWindows.remove(startingWindow);
                        ttoken.allAppWindows.remove(startingWindow);
                        addWindowToListInOrderLocked(startingWindow, true);
                        addWindowToListInOrderLocked(startingWindow, true);
                        wtoken.allAppWindows.add(startingWindow);


                        // Propagate other interesting state between the
                        // Propagate other interesting state between the
                        // tokens.  If the old token is displayed, we should
                        // tokens.  If the old token is displayed, we should