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:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user