mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-17 07:23:21 +01:00
Allow reply action on notifications for messages with media attachments.
This commit is contained in:
committed by
jeffrey-signal
parent
f40bcb73fa
commit
8c4f614d17
@@ -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