fix ic isf

This commit is contained in:
AdrianLxM 2017-10-13 02:56:49 +02:00 committed by GitHub
parent c9d4ea30b0
commit 71d95bea92

View file

@ -219,7 +219,7 @@ public class CircadianPercentageProfilePlugin implements PluginBase, ProfileInte
editor.putBoolean("LocalProfile" + "mmol", SP.getBoolean(SETTINGS_PREFIX + "mmol", false));
editor.putBoolean("LocalProfile" + "mgdl", SP.getBoolean(SETTINGS_PREFIX + "mgdl", true));
editor.putString("LocalProfile" + "dia", "" + SP.getDouble(SETTINGS_PREFIX + "dia", Constants.defaultDIA));
editor.putString("LocalProfile" + "ic", getLPisf());
editor.putString("LocalProfile" + "ic", getLPic());
editor.putString("LocalProfile" + "isf", getLPisf());
editor.putString("LocalProfile" + "basal", getLPbasal());
try {