Make sure stopPressed is reset after bolus dialog is done

This commit is contained in:
jbr7rr 2023-08-08 16:10:25 +02:00
parent 35778593b2
commit ec6f395aed

View file

@ -150,6 +150,8 @@ class BolusProgressDialog : DaggerDialogFragment() {
BolusProgressData.bolusEnded = true
aapsLogger.error("Unhandled exception", e)
}
// Reset stop button
BolusProgressData.stopPressed = false
helpActivity?.finish()
}