put back removed code
This commit is contained in:
parent
5dfddfdfee
commit
ff5043e99b
1 changed files with 1 additions and 0 deletions
|
@ -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")) {
|
||||||
|
|
Loading…
Reference in a new issue