disable notifications sound
This commit is contained in:
parent
44c7747405
commit
2aeff0e92d
1 changed files with 3 additions and 1 deletions
|
@ -1095,9 +1095,11 @@ class OmnipodDashPumpPlugin @Inject constructor(
|
||||||
message,
|
message,
|
||||||
urgency
|
urgency
|
||||||
)
|
)
|
||||||
|
// TODO add back sound when we have options to disable it
|
||||||
|
/*
|
||||||
if (sound != null) {
|
if (sound != null) {
|
||||||
notification.soundId = sound
|
notification.soundId = sound
|
||||||
}
|
}*/
|
||||||
rxBus.send(EventNewNotification(notification))
|
rxBus.send(EventNewNotification(notification))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue