Merge "Use disk directly from volume in storage wizard."
This commit is contained in:
@@ -57,7 +57,7 @@ public abstract class StorageWizardBase extends Activity implements NavigationBa
|
|||||||
if (!TextUtils.isEmpty(diskId)) {
|
if (!TextUtils.isEmpty(diskId)) {
|
||||||
mDisk = mStorage.findDiskById(diskId);
|
mDisk = mStorage.findDiskById(diskId);
|
||||||
} else {
|
} else {
|
||||||
mDisk = mStorage.findDiskById(mVolume.getDiskId());
|
mDisk = mVolume.getDisk();
|
||||||
}
|
}
|
||||||
|
|
||||||
setTheme(R.style.SuwThemeMaterial_Light);
|
setTheme(R.style.SuwThemeMaterial_Light);
|
||||||
|
Reference in New Issue
Block a user