don't save state we won't need

This commit is contained in:
Eric House 2016-07-18 08:49:15 -07:00
parent 5a0304904f
commit f91e5f68c7

View file

@ -207,8 +207,8 @@ public class DlgDelegate {
protected void showDialog( DlgID dlgID )
{
s_pendings.put( dlgID, new WeakReference<DelegateBase>(m_dlgt) );
if ( !m_activity.isFinishing() ) {
s_pendings.put( dlgID, new WeakReference<DelegateBase>(m_dlgt) );
m_activity.showDialog( dlgID.ordinal() );
}
}