mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-20 17:57:29 +00:00
Show delivery status in forced footers for CIV2.
This commit is contained in:
@@ -652,7 +652,7 @@ open class V2ConversationItemTextOnlyViewHolder<Model : MappingModel<Model>>(
|
||||
private fun presentDeliveryStatus() {
|
||||
val deliveryStatus = binding.deliveryStatus ?: return
|
||||
|
||||
if (shape == V2ConversationItemShape.MessageShape.MIDDLE || shape == V2ConversationItemShape.MessageShape.START) {
|
||||
if (!shape.isEndingShape && !isForcedFooter()) {
|
||||
deliveryStatus.setNone()
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user