Craig Mautner 05eb730ca4 Delay removal of windows from WindowManager
When relaunching activities the window manager clears out all windows
by calling a ViewRootImpl.die() in a deferred fashion. Then it
immediately deletes the ViewRootImpl and its view from its list
of windows. When the die() is eventually executed it calls
dispatchDetachedFromWindow() which tries to remove the previously
removed windows causing an Exception to be thrown.

This change waits to remove the windows until after die() has been
completed. Fixes bug 8253030.

Change-Id: I5b41be1c6b776e32128c064267653db98bd95292
2013-06-06 07:32:13 -07:00
2013-05-23 12:30:42 -07:00
2013-05-14 00:05:05 +00:00
2013-04-09 21:54:12 -07:00
2013-05-07 17:09:46 -07:00
2013-05-07 00:44:18 -07:00
2013-05-21 12:38:22 -07:00
2013-05-24 16:36:14 -07:00
2013-04-05 19:54:44 +00:00
Description
No description provided
5.1 GiB
Languages
Java 77.3%
Kotlin 9.2%
PowerBuilder 6.6%
C++ 5.5%
AIDL 1%