diff --git a/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/usersettings/networkAndServers/NetworkAndServers.kt b/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/usersettings/networkAndServers/NetworkAndServers.kt index 821b43d8f7..f27e7ec9f4 100644 --- a/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/usersettings/networkAndServers/NetworkAndServers.kt +++ b/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/usersettings/networkAndServers/NetworkAndServers.kt @@ -483,8 +483,8 @@ fun SocksProxySettings( UseOnionHosts(onionHosts, rememberUpdatedState(networkUseSocksProxy && proxyAuthRandomUnsaved.value)) { onionHosts.value = it } - SectionTextFooter(annotatedStringResource(MR.strings.disable_onion_hosts_when_not_supported)) } + SectionTextFooter(annotatedStringResource(MR.strings.disable_onion_hosts_when_not_supported)) SectionDividerSpaced(maxTopPadding = true) @@ -514,8 +514,8 @@ fun SocksProxySettings( ) } } - SectionTextFooter(proxyAuthFooter(usernameUnsaved.value.text, passwordUnsaved.value.text, proxyAuthModeUnsaved.value, sessionMode)) } + SectionTextFooter(proxyAuthFooter(usernameUnsaved.value.text, passwordUnsaved.value.text, proxyAuthModeUnsaved.value, sessionMode)) SectionDividerSpaced(maxBottomPadding = false, maxTopPadding = true)