Add whitespace to xDrip status line
... which was removed by the last fix.
This commit is contained in:
parent
414f92bdf8
commit
237d55ee85
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ public class StatuslinePlugin implements PluginBase {
|
|||
IobTotal bolusIob = treatmentsInterface.getLastCalculationTreatments().round();
|
||||
treatmentsInterface.updateTotalIOBTempBasals();
|
||||
IobTotal basalIob = treatmentsInterface.getLastCalculationTempBasals().round();
|
||||
status += DecimalFormatter.to2Decimal(bolusIob.iob + basalIob.basaliob);
|
||||
status += " " + DecimalFormatter.to2Decimal(bolusIob.iob + basalIob.basaliob);
|
||||
|
||||
|
||||
if (mPrefs.getBoolean("xdripstatus_detailediob", true)) {
|
||||
|
|
Loading…
Reference in a new issue