Skip to content

Commit 8f72798

Browse files
committed
fix to search messages in conversation list
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
1 parent d70a0c5 commit 8f72798

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

app/src/main/java/com/nextcloud/talk/conversationlist/ConversationsListActivity.kt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -320,9 +320,8 @@ class ConversationsListActivity :
320320
currentUser?.capabilities?.spreedCapability?.let { spreedCapabilities ->
321321
if (hasSpreedFeatureCapability(spreedCapabilities, SpreedFeatures.UNIFIED_SEARCH)) {
322322
searchHelper = MessageSearchHelper(
323-
unifiedSearchRepository,
324-
currentUser!!,
325-
""
323+
unifiedSearchRepository = unifiedSearchRepository,
324+
currentUser = currentUser!!
326325
)
327326
}
328327
}

0 commit comments

Comments
 (0)