summaryrefslogtreecommitdiff
path: root/docs/html/sdk/api_diff/6
diff options
context:
space:
mode:
authorCraig Mautner <cmautner@google.com>2013-06-03 17:24:21 -0700
committerCraig Mautner <cmautner@google.com>2013-06-06 07:32:13 -0700
commit05eb730ca42eec3a40f916062af7442218135303 (patch)
tree0b960c4135c7ffce733e5048f2ebddbdd191fd87 /docs/html/sdk/api_diff/6
parent0efd4f0215f1df1207b67240d7a52b1da6af43c8 (diff)
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
Diffstat (limited to 'docs/html/sdk/api_diff/6')
0 files changed, 0 insertions, 0 deletions