android: fix Hostname type in MaskedPrefs, it should be String type (#482)

revert-482-main
yin kaisheng 3 months ago committed by GitHub
parent b4ca226eb7
commit a9ff204ae4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save