mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-03 15:11:42 +01:00
Make group notifications use the latest sender's ringtone.
This commit is contained in:
@@ -49,6 +49,10 @@ public class MultipleRecipientNotificationBuilder extends AbstractNotificationBu
|
|||||||
setContentText(context.getString(R.string.MessageNotifier_most_recent_from_s,
|
setContentText(context.getString(R.string.MessageNotifier_most_recent_from_s,
|
||||||
recipient.toShortString()));
|
recipient.toShortString()));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (recipient.getNotificationChannel() != null) {
|
||||||
|
setChannelId(recipient.getNotificationChannel());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void addActions(PendingIntent markAsReadIntent) {
|
public void addActions(PendingIntent markAsReadIntent) {
|
||||||
|
|||||||
Reference in New Issue
Block a user