Files
frameworks_base/core/java/android/app
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-04-19 12:07:46 -07:00
2013-01-11 23:44:11 -08:00
2013-05-20 16:49:46 -07:00
2013-02-27 15:46:34 -08:00
2013-05-24 16:36:14 -07:00
2013-03-07 13:26:40 -08:00