fix setting equal basal profile
This commit is contained in:
parent
5d74f71d0a
commit
7243f8fb66
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ class CommandQueueImplementation @Inject constructor(
|
|||
override fun run() {
|
||||
if (!result.success) {
|
||||
ErrorHelperActivity.runAlarm(context, result.comment, rh.gs(R.string.failedupdatebasalprofile), R.raw.boluserror)
|
||||
} else if (result.enacted) {
|
||||
} else {
|
||||
val nonCustomized = ProfileSealed.PS(it).convertToNonCustomizedProfile(dateUtil)
|
||||
EffectiveProfileSwitch(
|
||||
timestamp = dateUtil.now(),
|
||||
|
|
Loading…
Reference in a new issue