remove static ConfigBuilderPlugin.activeProfile
This commit is contained in:
parent
bc19973ce0
commit
0b32431f9e
|
@ -42,7 +42,7 @@ public class ConfigBuilderPlugin extends PluginBase {
|
|||
|
||||
private BgSourceInterface activeBgSource;
|
||||
private PumpInterface activePump;
|
||||
private static ProfileInterface activeProfile;
|
||||
private ProfileInterface activeProfile;
|
||||
private static APSInterface activeAPS;
|
||||
private static InsulinInterface activeInsulin;
|
||||
private static SensitivityInterface activeSensitivity;
|
||||
|
|
Loading…
Reference in a new issue