mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 08:39:22 +01:00
Add notification channel support.
Bucket our notifications into channels. Required to target API 26.
This commit is contained in:
@@ -31,6 +31,7 @@ public abstract class AbstractNotificationBuilder extends NotificationCompat.Bui
|
||||
this.context = context;
|
||||
this.privacy = privacy;
|
||||
|
||||
setChannelId(NotificationChannels.MESSAGES);
|
||||
setLed();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user