Revert "android: fix Hostname type in MaskedPrefs, it should be String type (…"

This reverts commit a9ff204ae4.
revert-482-main
kari-ts 1 year ago committed by GitHub
parent a9ff204ae4
commit eab69e3290
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -162,7 +162,7 @@ class Ipn {
ForceDaemonSet = true
}
var Hostname: String? = null
var Hostname: Boolean? = null
set(value) {
field = value
HostnameSet = true

Loading…
Cancel
Save