Forward touch events in timestamp of text message.

This commit is contained in:
Nicholas Tinsley
2023-11-06 14:48:35 -05:00
parent 60eb1332d2
commit 6cadf93c43

View File

@@ -164,6 +164,8 @@ open class V2ConversationItemTextOnlyViewHolder<Model : MappingModel<Model>>(
binding.bodyWrapper.layoutTransition = bodyBubbleLayoutTransition binding.bodyWrapper.layoutTransition = bodyBubbleLayoutTransition
binding.footerBackground.background = footerDrawable binding.footerBackground.background = footerDrawable
binding.footerDate.setOnClickListener(passthroughClickListener)
binding.footerDate.setOnLongClickListener(passthroughClickListener)
} }
override fun invalidateChatColorsDrawable(coordinateRoot: ViewGroup) { override fun invalidateChatColorsDrawable(coordinateRoot: ViewGroup) {