am d91ddfeb
: Merge "Allow formatting when a partition is corrupt." into mnc-dev
* commit 'd91ddfeb16f3019807e2d0146f774975acef36bd': Allow formatting when a partition is corrupt.
This commit is contained in:
@@ -81,7 +81,8 @@ public class StorageWizardInit extends StorageWizardBase {
|
||||
@Override
|
||||
public void onNavigateNext() {
|
||||
if (mRadioExternal.isChecked()) {
|
||||
if (mVolume != null && mVolume.getType() == VolumeInfo.TYPE_PUBLIC) {
|
||||
if (mVolume != null && mVolume.getType() == VolumeInfo.TYPE_PUBLIC
|
||||
&& mVolume.getState() != VolumeInfo.STATE_UNMOUNTABLE) {
|
||||
// Remember that user made decision
|
||||
mStorage.setVolumeInited(mVolume.getFsUuid(), true);
|
||||
|
||||
|
Reference in New Issue
Block a user