No a second time confirmation without context.

This commit is contained in:
AdrianLxM 2020-03-19 19:18:52 +01:00 committed by GitHub
parent 6ed04e7687
commit 76652d98d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,7 +57,7 @@ class CalibrationDialog : DialogFragmentWithDate() {
activity?.let { activity -> activity?.let { activity ->
OKDialog.showConfirmation(activity, MainApp.gs(R.string.overview_calibration), HtmlHelper.fromHtml(Joiner.on("<br/>").join(actions)), Runnable { OKDialog.showConfirmation(activity, MainApp.gs(R.string.overview_calibration), HtmlHelper.fromHtml(Joiner.on("<br/>").join(actions)), Runnable {
log.debug("USER ENTRY: CALIBRATION $bg") log.debug("USER ENTRY: CALIBRATION $bg")
XdripCalibrations.confirmAndSendCalibration(bg, context) XdripCalibrations.sendIntent(bg)
}) })
} }
} else } else
@ -66,4 +66,4 @@ class CalibrationDialog : DialogFragmentWithDate() {
} }
return true return true
} }
} }