Use disk directly from volume in storage wizard.
Otherwise we're upset moving apps back to internal storage, which is a private volume without a disk. Bug: 19993667 Change-Id: I59e78bf13e14a68b0f4f1c6cbee35f6f7fd8d6ca
This commit is contained in:
@@ -57,7 +57,7 @@ public abstract class StorageWizardBase extends Activity implements NavigationBa
|
||||
if (!TextUtils.isEmpty(diskId)) {
|
||||
mDisk = mStorage.findDiskById(diskId);
|
||||
} else {
|
||||
mDisk = mStorage.findDiskById(mVolume.getDiskId());
|
||||
mDisk = mVolume.getDisk();
|
||||
}
|
||||
|
||||
setTheme(R.style.SuwThemeMaterial_Light);
|
||||
|
Reference in New Issue
Block a user