Fixes bug that resets localhost relay settings.

This commit is contained in:
Vitor Pamplona 2024-12-18 18:38:26 -05:00
parent e002e5c10f
commit 76ce8f2974

View File

@ -380,6 +380,12 @@ object LocalPreferences {
remove(PrefKeys.LATEST_SEARCH_RELAY_LIST)
}
if (settings.localRelayServers.isNotEmpty()) {
putStringSet(PrefKeys.LOCAL_RELAY_SERVERS, settings.localRelayServers)
} else {
remove(PrefKeys.LOCAL_RELAY_SERVERS)
}
if (settings.backupMuteList != null) {
putString(
PrefKeys.LATEST_MUTE_LIST,