Automated import from //branches/master/...@141080,141080

This commit is contained in:
Dianne Hackborn
2009-03-24 19:27:29 -07:00
committed by The Android Open Source Project
parent d0381a16bf
commit 79050e84fd

View File

@@ -2365,6 +2365,7 @@ public class WindowManagerService extends IWindowManager.Stub implements Watchdo
ttoken.startingWindow = null;
ttoken.startingMoved = true;
startingWindow.mToken = wtoken;
startingWindow.mRootToken = wtoken;
startingWindow.mAppToken = wtoken;
mWindows.remove(startingWindow);
ttoken.windows.remove(startingWindow);