Merge pull request #736 from swissalpine/patch-2
Readd lost whitespace to xDrip status line
This commit is contained in:
commit
e710ef81a4
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ public class StatuslinePlugin implements PluginBase {
|
|||
|
||||
TemporaryBasal activeTemp = treatmentsInterface.getTempBasalFromHistory(System.currentTimeMillis());
|
||||
if (activeTemp != null) {
|
||||
status += activeTemp.toStringShort();
|
||||
status += activeTemp.toStringShort() + " ";
|
||||
}
|
||||
|
||||
//IOB
|
||||
|
|
Loading…
Reference in a new issue