remove static ConfigBuilderPlugin.activeProfile

This commit is contained in:
Milos Kozak 2018-09-17 17:48:11 +02:00
parent bc19973ce0
commit 0b32431f9e

View file

@ -42,7 +42,7 @@ public class ConfigBuilderPlugin extends PluginBase {
private BgSourceInterface activeBgSource; private BgSourceInterface activeBgSource;
private PumpInterface activePump; private PumpInterface activePump;
private static ProfileInterface activeProfile; private ProfileInterface activeProfile;
private static APSInterface activeAPS; private static APSInterface activeAPS;
private static InsulinInterface activeInsulin; private static InsulinInterface activeInsulin;
private static SensitivityInterface activeSensitivity; private static SensitivityInterface activeSensitivity;