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

Merge commit 'a4a8a88bf7aeec3413eda09c8a61c1df01c474ac' into eclair-mr2-plus-aosp

* commit 'a4a8a88bf7aeec3413eda09c8a61c1df01c474ac':
  Fix issue #2161169: onStop not being called.
This commit is contained in:
Dianne Hackborn
2009-10-05 13:03:39 -07:00
committed by Android Git Automerger

View File

@@ -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