Merge commit 'a4a8a88bf7aeec3413eda09c8a61c1df01c474ac' into eclair-mr2-plus-aosp * commit 'a4a8a88bf7aeec3413eda09c8a61c1df01c474ac': Fix issue #2161169: onStop not being called.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user