Merge branch 'dev' of https://github.com/MilosKozak/AndroidAPS into dev
This commit is contained in:
commit
6eed701310
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue