mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-27 13:39:54 +00:00
test
This commit is contained in:
+1
@@ -55,6 +55,7 @@ abstract class NtfManager {
|
||||
|
||||
fun openChatAction(userId: Long?, chatId: ChatId) {
|
||||
withBGApi {
|
||||
delay(5000L)
|
||||
awaitChatStartedIfNeeded(chatModel)
|
||||
if (userId != null && userId != chatModel.currentUser.value?.userId && chatModel.currentUser.value != null) {
|
||||
chatModel.controller.changeActiveUser(userId, null)
|
||||
|
||||
Reference in New Issue
Block a user