Merge "Make sure the account check dialog doesn't outlive the account check fragment" into jb-ub-mail-ur10

This commit is contained in:
Tony Mantler 2013-09-25 21:24:35 +00:00 committed by Android (Google) Code Review
commit 5757047f33

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();
}
/**