Forgotten prediction lines
This commit is contained in:
parent
2606e51eb1
commit
d28770ac08
1 changed files with 1 additions and 1 deletions
|
@ -541,7 +541,7 @@ public class WatchUpdaterService extends WearableListenerService implements Goog
|
||||||
final String units = profileFunction.getUnits();
|
final String units = profileFunction.getUnits();
|
||||||
for (BgReading bg : predArray) {
|
for (BgReading bg : predArray) {
|
||||||
if (bg.value < 40) continue;
|
if (bg.value < 40) continue;
|
||||||
predictions.add(predictionMap(bg.date, bg.valueToUnits(units), bg.getPredectionColor()));
|
predictions.add(predictionMap(bg.date, bg.value, bg.getPredectionColor()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue