Skip to content

Commit a9ff204

Browse files
authored
android: fix Hostname type in MaskedPrefs, it should be String type (#482)
1 parent b4ca226 commit a9ff204

File tree

1 file changed

+1
-1
lines changed
  • android/src/main/java/com/tailscale/ipn/ui/model

1 file changed

+1
-1
lines changed

android/src/main/java/com/tailscale/ipn/ui/model/Ipn.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ class Ipn {
162162
ForceDaemonSet = true
163163
}
164164

165-
var Hostname: Boolean? = null
165+
var Hostname: String? = null
166166
set(value) {
167167
field = value
168168
HostnameSet = true

0 commit comments

Comments
 (0)