This commit is contained in:
Milos Kozak 2017-10-13 08:06:27 +02:00
parent 71d95bea92
commit 45a2eba0c2

View file

@ -568,8 +568,8 @@ public class WatchUpdaterService extends WearableListenerService implements
//Temp basal
TreatmentsInterface treatmentsInterface = MainApp.getConfigBuilder();
if (treatmentsInterface.isTempBasalInProgress()) {
TemporaryBasal activeTemp = treatmentsInterface.getTempBasalFromHistory(System.currentTimeMillis());
TemporaryBasal activeTemp = treatmentsInterface.getTempBasalFromHistory(System.currentTimeMillis());
if (activeTemp != null) {
status += activeTemp.toStringShort();
}