mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
ios: load chats and refresh call invitations before chat is started
This commit is contained in:
+1
-1
@@ -739,7 +739,7 @@ object ChatController {
|
||||
}
|
||||
}
|
||||
|
||||
suspend fun apiCheckChatRunning(): Boolean {
|
||||
private suspend fun apiCheckChatRunning(): Boolean {
|
||||
val r = sendCmd(null, CC.CheckChatRunning())
|
||||
when (r) {
|
||||
is CR.ChatRunning -> return true
|
||||
|
||||
Reference in New Issue
Block a user