Display date in forced footer for CIV2.

This commit is contained in:
Alex Hart
2023-09-20 10:27:14 -04:00
parent 326b728d4b
commit 85b7ee85f3
2 changed files with 2 additions and 2 deletions

View File

@@ -600,7 +600,7 @@ open class V2ConversationItemTextOnlyViewHolder<Model : MappingModel<Model>>(
}
private fun presentDate() {
if (!shape.isEndingShape && !conversationMessage.messageRecord.isEditMessage) {
if (!shape.isEndingShape && !isForcedFooter()) {
binding.footerDate.visible = false
return
}