mirror of
https://github.com/wgtunnel/android.git
synced 2026-07-03 14:07:49 +02:00
+2
@@ -16,6 +16,7 @@ fun Entity.toDomain(): Domain =
|
||||
isTunnelOnUnsecureEnabled = isTunnelOnUnsecureEnabled,
|
||||
wifiDetectionMethod = wifiDetectionMethod,
|
||||
startOnBoot = startOnBoot,
|
||||
disableTunnelOnCaptivePortal = disableTunnelOnCaptivePortal
|
||||
)
|
||||
|
||||
fun Domain.toEntity(): Entity =
|
||||
@@ -31,4 +32,5 @@ fun Domain.toEntity(): Entity =
|
||||
isTunnelOnUnsecureEnabled = isTunnelOnUnsecureEnabled,
|
||||
wifiDetectionMethod = wifiDetectionMethod,
|
||||
startOnBoot = startOnBoot,
|
||||
disableTunnelOnCaptivePortal = disableTunnelOnCaptivePortal
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user