mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 21:15:48 +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
|
||||
}
|
||||
|
||||
@@ -156,7 +156,7 @@
|
||||
android:layout_width="@dimen/message_bubble_horizontal_padding"
|
||||
android:layout_height="@dimen/message_bubble_horizontal_padding"
|
||||
app:layout_constraintTop_toTopOf="@id/conversation_item_footer_date"
|
||||
app:layout_constraintBottom_toBottomOf="@id/conversation_item_body_wrapper"
|
||||
app:layout_constraintBottom_toBottomOf="@id/conversation_item_body_wrapper"
|
||||
app:layout_constraintEnd_toEndOf="@id/conversation_item_body_wrapper" />
|
||||
|
||||
<!-- End Footer -->
|
||||
|
||||
Reference in New Issue
Block a user