summaryrefslogtreecommitdiffhomepage
path: root/android/src
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2021-01-04 18:38:22 +0000
committerAleksandr Granin <aleksandr@mullvad.net>2021-04-08 13:26:19 +0200
commit0400e2121268d8d5be009fb99b26d3c5e6cbb009 (patch)
treed228f18fa880be3ffd05e53d7d3c2c273ffb5f23 /android/src
parentdf0b8a74bff0f670a79c163b005f3f708f5969c8 (diff)
downloadmullvadvpn-0400e2121268d8d5be009fb99b26d3c5e6cbb009.tar.xz
mullvadvpn-0400e2121268d8d5be009fb99b26d3c5e6cbb009.zip
Send initial split tunneling status to listener
Diffstat (limited to 'android/src')
-rw-r--r--android/src/main/kotlin/net/mullvad/mullvadvpn/service/endpoint/ServiceEndpoint.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/src/main/kotlin/net/mullvad/mullvadvpn/service/endpoint/ServiceEndpoint.kt b/android/src/main/kotlin/net/mullvad/mullvadvpn/service/endpoint/ServiceEndpoint.kt
index 5770978748..7d4a0cf614 100644
--- a/android/src/main/kotlin/net/mullvad/mullvadvpn/service/endpoint/ServiceEndpoint.kt
+++ b/android/src/main/kotlin/net/mullvad/mullvadvpn/service/endpoint/ServiceEndpoint.kt
@@ -100,6 +100,7 @@ class ServiceEndpoint(
Event.SettingsUpdate(settingsListener.settings),
Event.NewLocation(locationInfoCache.location),
Event.WireGuardKeyStatus(keyStatusListener.keyStatus),
+ Event.SplitTunnelingUpdate(splitTunneling.onChange.latestEvent),
Event.ListenerReady
)