Skip to content

Commit c45db73

Browse files
Updated the conversation.getId() with conversationId
1 parent c687c8a commit c45db73

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(conversation.getId());
907+
EventManager.getInstance().sendOnCurrentOpenedConversation(conversationId);
908908
}
909909
});
910910
}

0 commit comments

Comments
 (0)