mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 02:15:35 +03:00
Do not hash long click listener
This commit is contained in:
parent
acd5b656d2
commit
8433d3771a
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ abstract class GenericWithValueItem : VectorEpoxyModel<GenericWithValueItem.Hold
|
|||
@EpoxyAttribute(EpoxyAttribute.Option.DoNotHash)
|
||||
var itemClickAction: ClickListener? = null
|
||||
|
||||
@EpoxyAttribute
|
||||
@EpoxyAttribute(EpoxyAttribute.Option.DoNotHash)
|
||||
var itemLongClickAction: View.OnLongClickListener? = null
|
||||
|
||||
override fun bind(holder: Holder) {
|
||||
|
|
Loading…
Reference in a new issue