Further refine test for window gone.
Do not treat a window that is animating as being onscreen until it has been drawn. The indication that a window was "gone" was occurring too soon resulting in windows appearing before the status bar came back and having to be drawn twice, with and without the status bar. By waiting for the window to be drawn the status bar appears and the window does not have to get redrawn. Bug 7696315 fixed. Change-Id: Ic93bf6eed03cf12a92a656791725a6d26e0ad0e9
Loading
Please register or sign in to comment