mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-25 12:17:22 +00:00
Fix LocalMetrics for text sends.
This commit is contained in:
@@ -665,7 +665,7 @@ open class V2ConversationItemTextOnlyViewHolder<Model : MappingModel<Model>>(
|
||||
|
||||
deliveryStatus.setTint(themeDelegate.getFooterForegroundColor(conversationMessage))
|
||||
|
||||
if (messageId != newMessageId && deliveryStatus.isPending && !record.isPending) {
|
||||
if (messageId == newMessageId && deliveryStatus.isPending && !record.isPending) {
|
||||
if (record.toRecipient.isGroup) {
|
||||
SignalLocalMetrics.GroupMessageSend.onUiUpdated(record.id)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user