Merge "When removing windows remove from resize list." into jb-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
be2a4a5e62
@@ -2420,6 +2420,7 @@ public class WindowManagerService extends IWindowManager.Stub
|
||||
final WindowList windows = win.getWindowList();
|
||||
windows.remove(win);
|
||||
mPendingRemove.remove(win);
|
||||
mResizingWindows.remove(win);
|
||||
mWindowsChanged = true;
|
||||
if (DEBUG_WINDOW_MOVEMENT) Slog.v(TAG, "Final remove of window: " + win);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user