mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-08-17 18:54:38 +01:00
Allow reply action on notifications for messages with media attachments.
This commit is contained in:
@@ -302,7 +302,7 @@ class MessageNotification(threadRecipient: Recipient, record: MessageRecord) : N
|
||||
}
|
||||
|
||||
if (record is MmsMessageRecord) {
|
||||
return (record.isMmsNotification || record.slideDeck.slides.isEmpty()) && record.sharedContacts.isEmpty()
|
||||
return record.sharedContacts.isEmpty()
|
||||
}
|
||||
|
||||
return true
|
||||
|
||||
Reference in New Issue
Block a user