mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-28 21:57:17 +00:00
Display date in forced footer for CIV2.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user