Files
frameworks_base/core/java/android/view
Craig Mautner 92098c7c30 Dismiss immediately to maintain consistent state.
Fix bug introduced by deferring nulling of mParent.

In dismissDialog the removal was being put on a queue while the
state of the Dialog was being updated immediately. This meant that
if a show() was called before the remove was executed it would try
and add the DecorView a second time. Boom!

Fixes bug 9370301.

Change-Id: I576d1e207c786bc2e21dfd40cb94f2b63a020fe2
2013-06-10 11:39:21 -07:00
..
2013-06-06 07:37:32 -07:00
2013-02-19 12:30:02 -08:00
2013-02-19 12:30:02 -08:00
2013-02-22 19:14:37 -08:00
2013-03-22 14:49:28 -07:00