Fix Merge
This commit is contained in:
parent
7fa35b2742
commit
11af3a9e66
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ class AutotuneFragment : DaggerFragment() {
|
|||
profile = ATProfile(profileStore.getSpecificProfile(profileName)?.let { ProfileSealed.Pure(it) } ?: currentProfile, LocalInsulin(""), injector)
|
||||
}
|
||||
autotunePlugin.selectedProfile = profileName
|
||||
resetParam()
|
||||
resetParam(true)
|
||||
binding.tuneDays.value = autotunePlugin.lastNbDays.toDouble()
|
||||
}
|
||||
updateGui()
|
||||
|
|
Loading…
Reference in a new issue