Recalculate IOB on insulin peak time pref change.

This commit is contained in:
Johannes Mockenhaupt 2019-10-18 18:18:54 +02:00
parent 5f3d503458
commit 2417a57531
No known key found for this signature in database
GPG key ID: 9E1EA6AF7BBBB0D1

View file

@ -164,7 +164,8 @@ public class IobCobCalculatorPlugin extends PluginBase {
event.isChanged(R.string.key_openapsama_min_5m_carbimpact) ||
event.isChanged(R.string.key_absorption_cutoff) ||
event.isChanged(R.string.key_openapsama_autosens_max) ||
event.isChanged(R.string.key_openapsama_autosens_min)
event.isChanged(R.string.key_openapsama_autosens_min) ||
event.isChanged(R.string.key_insulin_oref_peak)
) {
stopCalculation("onEventPreferenceChange");
synchronized (dataLock) {