Check StorageWizardFormatConfirm runs smoothly

- confirm that StorageWizardFormatConfirm works well after
  changing calling method from showAllowingStateLoss() to show().

Bug: 111150236
Test: manual
Change-Id: I0ad6c54aaa2572fc5798ede900e0a6d10d2fbd35
This commit is contained in:
Mill Chen
2018-08-23 20:58:04 +08:00
parent dcfb96ac06
commit 5b05ebb46b

View File

@@ -59,7 +59,6 @@ public class StorageWizardFormatConfirm extends InstrumentedDialogFragment {
final StorageWizardFormatConfirm fragment = new StorageWizardFormatConfirm(); final StorageWizardFormatConfirm fragment = new StorageWizardFormatConfirm();
fragment.setArguments(args); fragment.setArguments(args);
// TODO (b/111150236) : Need to check it again.
fragment.show(activity.getSupportFragmentManager(), TAG_FORMAT_WARNING); fragment.show(activity.getSupportFragmentManager(), TAG_FORMAT_WARNING);
} }