Make sure stopPressed is reset after bolus dialog is done
This commit is contained in:
parent
35778593b2
commit
ec6f395aed
1 changed files with 2 additions and 0 deletions
|
@ -150,6 +150,8 @@ class BolusProgressDialog : DaggerDialogFragment() {
|
||||||
BolusProgressData.bolusEnded = true
|
BolusProgressData.bolusEnded = true
|
||||||
aapsLogger.error("Unhandled exception", e)
|
aapsLogger.error("Unhandled exception", e)
|
||||||
}
|
}
|
||||||
|
// Reset stop button
|
||||||
|
BolusProgressData.stopPressed = false
|
||||||
helpActivity?.finish()
|
helpActivity?.finish()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue