Merge "Check StorageWizardFormatConfirm runs smoothly"

This commit is contained in:
TreeHugger Robot
2018-08-23 15:56:18 +00:00
committed by Android (Google) Code Review

View File

@@ -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);
}