Show Replies List
Show the replies/conversations list and check if user has chats in KMP.
Show conversations screen
RepliesKmp.show()Check if user has chats
scope.launch {
if (RepliesKmp.hasChats()) {
showRepliesMenuItem()
}
}Last updated