fix option key
This commit is contained in:
parent
5283295eda
commit
e98e1fb485
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue