This commit is contained in:
Avently
2022-11-09 11:13:21 +03:00
parent ca18615e72
commit cc26d8d603
@@ -270,7 +270,7 @@ open class ChatController(var ctrl: ChatCtrl?, val ntfManager: NtfManager, val a
val ctrl = ctrl
if (ctrl == null) {
receiverStarted = false
return@launch
break
}
val msg = recvMsg(ctrl)
if (msg != null) processReceivedMsg(msg)