disable notifications sound

This commit is contained in:
Andrei Vereha 2021-06-22 22:49:26 +02:00
parent 44c7747405
commit 2aeff0e92d

View file

@ -1095,9 +1095,11 @@ class OmnipodDashPumpPlugin @Inject constructor(
message,
urgency
)
// TODO add back sound when we have options to disable it
/*
if (sound != null) {
notification.soundId = sound
}
}*/
rxBus.send(EventNewNotification(notification))
}