Merge "Disable "internal" when adoption not possible."
This commit is contained in:
@@ -56,6 +56,7 @@ public class StorageWizardInit extends StorageWizardBase {
|
|||||||
|
|
||||||
if (!mDisk.isAdoptable()) {
|
if (!mDisk.isAdoptable()) {
|
||||||
// If not adoptable, we only have one choice
|
// If not adoptable, we only have one choice
|
||||||
|
mInternal.setEnabled(false);
|
||||||
onNavigateExternal(null);
|
onNavigateExternal(null);
|
||||||
} else if (!mIsPermittedToAdopt) {
|
} else if (!mIsPermittedToAdopt) {
|
||||||
// TODO: Show a message about why this is disabled for guest and
|
// TODO: Show a message about why this is disabled for guest and
|
||||||
|
Reference in New Issue
Block a user