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?
|
// TODO: proper channel. Does cancel work?
|
||||||
NotificationCompat.Builder notificationBuilder =
|
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)
|
.setSmallIcon(R.drawable.ic_icon)
|
||||||
.setContentTitle("Bolus Progress")
|
.setContentTitle("Bolus Progress")
|
||||||
.setContentText(progresspercent + "% - " + progresstatus)
|
.setContentText(progresspercent + "% - " + progresstatus)
|
||||||
|
|
Loading…
Add table
Reference in a new issue