put back removed code

This commit is contained in:
Milos Kozak 2016-06-25 15:37:12 +02:00
parent 5dfddfdfee
commit ff5043e99b

View file

@ -27,6 +27,7 @@ public class DetermineBasalResult extends APSResult {
duration = -1; duration = -1;
mealAssist = ""; mealAssist = "";
} else { } else {
reason = result.getString("reason");
eventualBG = result.getDouble("eventualBG"); eventualBG = result.getDouble("eventualBG");
snoozeBG = result.getDouble("snoozeBG"); snoozeBG = result.getDouble("snoozeBG");
if (result.contains("rate")) { if (result.contains("rate")) {