mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-390 Editor | Title block, remove long click support (#2585)
Co-authored-by: konstantiniiv <ki@anytype.io>
This commit is contained in:
parent
cbfe6cac47
commit
e4363820b0
1 changed files with 1 additions and 0 deletions
|
@ -774,6 +774,7 @@ class BlockAdapter(
|
|||
onDragAndDropTrigger(holder, it)
|
||||
}
|
||||
}
|
||||
is Title -> {}
|
||||
else -> {
|
||||
holder.itemView.setOnLongClickListener {
|
||||
val pos = holder.bindingAdapterPosition
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue