wear: use correct notification channel
This commit is contained in:
parent
60c7a6f2e6
commit
b1ac181791
1 changed files with 1 additions and 1 deletions
|
@ -635,7 +635,7 @@ public class ListenerService extends WearableListenerService implements GoogleAp
|
|||
|
||||
// TODO: proper channel. Does cancel work?
|
||||
NotificationCompat.Builder notificationBuilder =
|
||||
new NotificationCompat.Builder(this, AAPS_NOTIFY_CHANNEL_ID_OPENLOOP)
|
||||
new NotificationCompat.Builder(this, AAPS_NOTIFY_CHANNEL_ID_BOLUSPROGRESS)
|
||||
.setSmallIcon(R.drawable.ic_icon)
|
||||
.setContentTitle("Bolus Progress")
|
||||
.setContentText(progresspercent + "% - " + progresstatus)
|
||||
|
|
Loading…
Reference in a new issue