Automated import from //branches/donutburger/...@141079,141079

This commit is contained in:
Dianne Hackborn
2009-03-24 19:27:32 -07:00
committed by The Android Open Source Project
parent 9c7960dbd4
commit ef49c57bdc

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);