Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5b05ebb4 authored by Mill Chen's avatar Mill Chen
Browse files

Check StorageWizardFormatConfirm runs smoothly

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

Bug: 111150236
Test: manual
Change-Id: I0ad6c54aaa2572fc5798ede900e0a6d10d2fbd35
parent dcfb96ac
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -59,7 +59,6 @@ public class StorageWizardFormatConfirm extends InstrumentedDialogFragment {

        final StorageWizardFormatConfirm fragment = new StorageWizardFormatConfirm();
        fragment.setArguments(args);
        // TODO (b/111150236) : Need to check it again.
        fragment.show(activity.getSupportFragmentManager(), TAG_FORMAT_WARNING);
    }