Skip to content

Commit da7b137

Browse files
updatde conversationId with conversation.getId() as conversationId will be updated after that
1 parent c45db73 commit da7b137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kommunicateui/src/main/java/io/kommunicate/ui/conversation/activity/ConversationActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@ public void run() {
904904
channel = clickedChannel;
905905
conversation = ConversationUIService.getConversationFragment(ConversationActivity.this, null, channel, conversationId, searchString, null, null);
906906
addFragment(ConversationActivity.this, conversation, ConversationUIService.CONVERSATION_FRAGMENT);
907-
EventManager.getInstance().sendOnCurrentOpenedConversation(conversationId);
907+
EventManager.getInstance().sendOnCurrentOpenedConversation(conversation.getId());
908908
}
909909
});
910910
}

0 commit comments

Comments
 (0)