From d7963ddb5a1b9aaa87037e216a345207706cce75 Mon Sep 17 00:00:00 2001 From: Valere Date: Fri, 17 Apr 2026 12:52:25 +0200 Subject: [PATCH] fixup: missing param --- .../impl/timeline/components/TimelineItemCallNotifyView.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/components/TimelineItemCallNotifyView.kt b/features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/components/TimelineItemCallNotifyView.kt index 063a84dbeb..0ba3c9b7d9 100644 --- a/features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/components/TimelineItemCallNotifyView.kt +++ b/features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/components/TimelineItemCallNotifyView.kt @@ -54,7 +54,7 @@ internal fun TimelineItemCallNotifyView( .combinedClickable( enabled = true, onClick = {}, - onLongClick = { onLongClick() }, + onLongClick = { onLongClick(event) }, onLongClickLabel = stringResource(CommonStrings.action_open_context_menu), ) .onKeyboardContextMenuAction { onLongClick(event) }