fix option key

This commit is contained in:
Andrei Vereha 2021-07-17 11:36:12 +02:00
parent 5283295eda
commit e98e1fb485

View file

@ -552,7 +552,7 @@ class OmnipodDashPumpPlugin @Inject constructor(
} else { } else {
if (podStateManager.activeCommand != null) { if (podStateManager.activeCommand != null) {
val sound = if (sp.getBoolean(R.string val sound = if (sp.getBoolean(R.string
.key_omnipod_common_notification_uncertain_tbr_sound_enabled, .key_omnipod_common_notification_uncertain_bolus_sound_enabled,
true)) true))
R.raw.boluserror R.raw.boluserror
else else