1
0
Fork 0
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:
Konstantin Ivanov 2024-07-17 14:20:46 +02:00 committed by Evgenii Kozlov
parent 4ab7b03869
commit 977cda483d

View file

@ -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 {