mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-14 07:10:19 +00:00
fix
This commit is contained in:
+1
-1
@@ -58,7 +58,7 @@ fun ModalData.NetworkAndServersView(close: () -> Unit) {
|
||||
} else {
|
||||
showUnsavedChangesAlert(
|
||||
{ scope.launch { saveServers(currentRemoteHost?.remoteHostId, currUserServers, userServers) }},
|
||||
close
|
||||
close()
|
||||
)
|
||||
true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user