Show delivery status in forced footers for CIV2.

This commit is contained in:
Alex Hart
2023-09-21 09:20:00 -03:00
parent 12db8b5ee1
commit f84b46148c

View File

@@ -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
}