mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-15 03:46:23 +00:00
desktop: closing modals when connected to remote host (#5650)
This commit is contained in:
committed by
GitHub
parent
ca3687488f
commit
b27e964d0c
+1
@@ -2907,6 +2907,7 @@ object ChatController {
|
||||
is CR.RemoteHostConnected -> {
|
||||
// TODO needs to update it instead in sessions
|
||||
chatModel.currentRemoteHost.value = r.remoteHost
|
||||
ModalManager.start.closeModals()
|
||||
switchUIRemoteHost(r.remoteHost.remoteHostId)
|
||||
}
|
||||
is CR.ContactDisabled -> {
|
||||
|
||||
Reference in New Issue
Block a user