fixed getICList() returning bg units/U to g/hr
This commit is contained in:
parent
b67d8be1ef
commit
6293e89be2
|
@ -247,7 +247,7 @@ public class Profile {
|
|||
}
|
||||
|
||||
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() {
|
||||
|
|
Loading…
Reference in a new issue