Merge commit 'c02e450461779ae16708e337ad7f4eb515cfc3e0' * commit 'c02e450461779ae16708e337ad7f4eb515cfc3e0': ADT/GEL: Reenable config popup when switching from a device with only 1 config
This commit is contained in:
@@ -628,10 +628,7 @@ public class ConfigurationComposite extends Composite {
|
||||
}
|
||||
|
||||
mDeviceConfigs.select(0);
|
||||
if (configNames.size() == 1) {
|
||||
mDeviceConfigs.setEnabled(false);
|
||||
}
|
||||
|
||||
mDeviceConfigs.setEnabled(configNames.size() > 1);
|
||||
}
|
||||
if (recomputeLayout) {
|
||||
onDeviceConfigChange();
|
||||
|
||||
Reference in New Issue
Block a user