mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 13:57:10 +09:00
DROID-2670 Search | Fix | Related objects menu (#1410)
This commit is contained in:
parent
4ab7b03869
commit
977cda483d
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ private fun GlobalSearchItem(
|
|||
onObjectClicked(globalSearchItemView)
|
||||
},
|
||||
onLongClick = {
|
||||
if (globalSearchItemView.links.isNotEmpty()) {
|
||||
if (globalSearchItemView.links.isNotEmpty() || globalSearchItemView.backlinks.isNotEmpty()) {
|
||||
haptic.performHapticFeedback(HapticFeedbackType.LongPress)
|
||||
focusManager.clearFocus(true)
|
||||
scope.launch {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue