mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-03-30 18:35:49 +00:00
android, desktop: close notes tab on switching between chats (#4246)
This commit is contained in:
committed by
GitHub
parent
2143eb2d7a
commit
1b04423745
@@ -200,6 +200,10 @@ fun ChatView(chatId: String, chatModel: ChatModel, onComposed: suspend (chatId:
|
||||
link = it
|
||||
preloadedLink = it
|
||||
}, close)
|
||||
} else {
|
||||
LaunchedEffect(Unit) {
|
||||
close()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user