This commit is contained in:
Milos Kozak 2022-02-24 20:56:22 +01:00
parent 2050881d5d
commit 10c5b79938

View file

@ -471,7 +471,7 @@ class TreatmentsBolusCarbsFragment : DaggerFragment() {
if (selectedItems.size() > 0)
activity?.let { activity ->
OKDialog.showConfirmation(activity, rh.gs(R.string.removerecord), getConfirmationText(), Runnable {
selectedItems.forEach {key, ml ->
selectedItems.forEach { _, ml ->
ml.bolus?.let { bolus ->
uel.log(
Action.BOLUS_REMOVED, Sources.Treatments,