Make sure the account check dialog doesn't outlive the account check fragment
b/10918608 Change-Id: I65725b8935b2902ff926ba333cd41a3c1545f332
This commit is contained in:
parent
99b023353d
commit
d8ee809ac2
@ -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