Make sure the account check dialog doesn't outlive the account check fragment

b/10918608

Change-Id: I65725b8935b2902ff926ba333cd41a3c1545f332
This commit is contained in:
Tony Mantler 2013-09-25 11:24:55 -07:00
parent 99b023353d
commit d8ee809ac2

View File

@ -193,6 +193,8 @@ public class AccountCheckSettingsFragment extends Fragment {
Utility.cancelTaskInterrupt(mAccountCheckTask);
mAccountCheckTask = null;
}
// Make doubly sure that the dialog is gone before we're removed from the fragment manager
recoverAndDismissCheckingDialog();
}
/**