mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Do not show double emoji reaction at end of reaction notification text.
Fixes #11860
This commit is contained in:
@@ -267,9 +267,6 @@ class ReactionNotification(threadRecipient: Recipient, record: MessageRecord, va
|
||||
}
|
||||
}
|
||||
|
||||
if (text.endsWith(EMOJI_REPLACEMENT_STRING)) {
|
||||
builder.append(reaction.emoji)
|
||||
}
|
||||
builder
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user