Merge "Make sure the account check dialog doesn't outlive the account check fragment" into jb-ub-mail-ur10
This commit is contained in:
commit
5757047f33
@ -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();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user