Merge pull request #736 from swissalpine/patch-2

Readd lost whitespace to xDrip status line
This commit is contained in:
AdrianLxM 2018-03-08 14:19:45 +01:00 committed by GitHub
commit e710ef81a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -184,7 +184,7 @@ public class StatuslinePlugin implements PluginBase {
TemporaryBasal activeTemp = treatmentsInterface.getTempBasalFromHistory(System.currentTimeMillis()); TemporaryBasal activeTemp = treatmentsInterface.getTempBasalFromHistory(System.currentTimeMillis());
if (activeTemp != null) { if (activeTemp != null) {
status += activeTemp.toStringShort(); status += activeTemp.toStringShort() + " ";
} }
//IOB //IOB