Prevent NPE in check settings fragment.

Bug: 5324512
Change-Id: I9366eb33c5acfe079c023ee4bc8c2026cde46ae9
This commit is contained in:
Ben Komalo 2011-09-15 10:56:34 -07:00
parent 82c956414b
commit 7683a43117
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ public class AccountCheckSettingsFragment extends Fragment {
Utility.cancelTaskInterrupt(mAccountCheckTask);
mAccountCheckTask = null;
// 2. kill self with no report - this is "cancel"
getFragmentManager().popBackStack();
finish();
}
private void onEditCertificateOk() {