Hi, all!
I think there is a bug in the first line of removeView method in RootWindow class:
public void removeView(View view) {
if (view.getRootWindow() == this)
return;
if (focusedView == view)
focusedView = null;
removeWeak(view, views);
removeWeak(view, lastFocusedWindows);
removeWeak(view, focusedWindows);...
2009-10-22 14:26:52 UTC in InfoNode Docking Windows