mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-07-16 19:41:57 +00:00
ios: fix advanced network config (#1881)
This commit is contained in:
@@ -125,8 +125,8 @@ struct AdvancedNetworkSettings: View {
|
||||
|
||||
private func updateNetCfgView(_ cfg: NetCfg) {
|
||||
netCfg = cfg
|
||||
enableKeepAlive = currentNetCfg.enableKeepAlive
|
||||
keepAliveOpts = currentNetCfg.tcpKeepAlive ?? KeepAliveOpts.defaults
|
||||
enableKeepAlive = netCfg.enableKeepAlive
|
||||
keepAliveOpts = netCfg.tcpKeepAlive ?? KeepAliveOpts.defaults
|
||||
}
|
||||
|
||||
private func saveNetCfg() {
|
||||
|
||||
Reference in New Issue
Block a user