fixed getICList() returning bg units/U to g/hr

This commit is contained in:
PoweRGbg 2017-06-19 13:10:32 +03:00 committed by GitHub
parent b67d8be1ef
commit 6293e89be2

View file

@ -247,7 +247,7 @@ public class Profile {
} }
public String getIcList() { public String getIcList() {
return getValuesList(ic, null, new DecimalFormat("0.0"), getUnits() + "/U"); return getValuesList(ic, null, new DecimalFormat("0.0"), " g/hr");
} }
public Double getBasal() { public Double getBasal() {