mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-21 11:38:36 +00:00
Forward touch events in timestamp of text message.
This commit is contained in:
@@ -164,6 +164,8 @@ open class V2ConversationItemTextOnlyViewHolder<Model : MappingModel<Model>>(
|
||||
binding.bodyWrapper.layoutTransition = bodyBubbleLayoutTransition
|
||||
|
||||
binding.footerBackground.background = footerDrawable
|
||||
binding.footerDate.setOnClickListener(passthroughClickListener)
|
||||
binding.footerDate.setOnLongClickListener(passthroughClickListener)
|
||||
}
|
||||
|
||||
override fun invalidateChatColorsDrawable(coordinateRoot: ViewGroup) {
|
||||
|
||||
Reference in New Issue
Block a user