fix processing plugins in configbuilder
This commit is contained in:
parent
7aaa15dd3b
commit
be1ec7f3e3
1 changed files with 0 additions and 1 deletions
|
@ -208,7 +208,6 @@ public class ConfigBuilderFragment extends Fragment implements FragmentBase {
|
|||
holder.checkboxVisible.setEnabled(false);
|
||||
}
|
||||
|
||||
int type = plugin.getType();
|
||||
// Force enabled if there is only one plugin
|
||||
if (type == PluginBase.PUMP || type == PluginBase.TREATMENT || type == PluginBase.TEMPBASAL || type == PluginBase.PROFILE)
|
||||
if (pluginList.size() < 2)
|
||||
|
|
Loading…
Reference in a new issue