Hide sending icon also for sent (not only synced) messages

This is what the text coloring does as well.

Change-Id: I92493d36056ac95db20de8591dfebc829e00c31f
This commit is contained in:
SpiritCroc 2021-02-18 18:27:13 +01:00
parent 8da6ec31d8
commit 21456c90c5
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ class MessageInformationDataFactory @Inject constructor(private val session: Ses
ReferencesInfoData(verificationState)
},
sentByMe = event.root.senderId == session.myUserId,
readReceiptAnonymous = if (event.root.sendState == SendState.SYNCED) {
readReceiptAnonymous = if (event.root.sendState == SendState.SYNCED || event.root.sendState == SendState.SENT) {
/*if (event.readByOther) {
AnonymousReadReceipt.READ
} else {