Skip to content

Commit 492cf49

Browse files
committed
pass threadId to search when message was not found in jumpToQuotedMessage
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
1 parent d560d69 commit 492cf49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/nextcloud/talk/chat/ChatActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4434,7 +4434,7 @@ class ChatActivity :
44344434
}
44354435
if (!foundMessage) {
44364436
Log.d(TAG, "quoted message with id " + parentMessage.id + " was not found in adapter")
4437-
startContextChatWindowForMessage(parentMessage.id, null)
4437+
startContextChatWindowForMessage(parentMessage.id, conversationThreadId.toString())
44384438
}
44394439
}
44404440

0 commit comments

Comments
 (0)