mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-17 11:48:25 +00:00
Make group notifications use the latest sender's ringtone.
This commit is contained in:
parent
11d34512a0
commit
8d43fb850d
@ -49,6 +49,10 @@ public class MultipleRecipientNotificationBuilder extends AbstractNotificationBu
|
||||
setContentText(context.getString(R.string.MessageNotifier_most_recent_from_s,
|
||||
recipient.toShortString()));
|
||||
}
|
||||
|
||||
if (recipient.getNotificationChannel() != null) {
|
||||
setChannelId(recipient.getNotificationChannel());
|
||||
}
|
||||
}
|
||||
|
||||
public void addActions(PendingIntent markAsReadIntent) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user