Add missing return.
This commit is contained in:
parent
ede1e719d2
commit
85d8730eae
|
@ -424,6 +424,7 @@ public class ConfigBuilderPlugin implements PluginBase, ConstraintsInterface, Tr
|
|||
.comment(MainApp.gs(R.string.smb_frequency_exceeded))
|
||||
.enacted(false).success(false)).run();
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
PumpInterface pump = getActivePump();
|
||||
|
|
Loading…
Reference in a new issue