Merge pull request #258 from PoweRGbg/patch-1

fixed getICList() returning bg units/U to g/hr
This commit is contained in:
Milos Kozak 2017-06-19 14:00:23 +02:00 committed by GitHub
commit 9bd7204cc9

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/U");
} }
public Double getBasal() { public Double getBasal() {