mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-25 03:11:10 +01:00
Update tooltip to Material3 spec.
This commit is contained in:
committed by
Cody Henthorne
parent
e610ee419f
commit
ffeb60fcdd
@@ -290,7 +290,7 @@ object ContactSearchItems {
|
||||
override fun bind(model: T) {
|
||||
checkbox.visible = displayCheckBox
|
||||
checkbox.isChecked = isSelected(model)
|
||||
itemView.setOnClickListener { onClick(itemView, getData(model), isSelected(model)) }
|
||||
itemView.setOnClickListener { onClick(avatar, getData(model), isSelected(model)) }
|
||||
bindLongPress(model)
|
||||
|
||||
if (payload.isNotEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user