wear: use correct notification channel

This commit is contained in:
AdrianLxM 2021-01-09 04:17:28 +01:00
parent 60c7a6f2e6
commit b1ac181791

View file

@ -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)