diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2021-01-04 18:38:22 +0000 |
|---|---|---|
| committer | Aleksandr Granin <aleksandr@mullvad.net> | 2021-04-08 13:26:19 +0200 |
| commit | 0400e2121268d8d5be009fb99b26d3c5e6cbb009 (patch) | |
| tree | d228f18fa880be3ffd05e53d7d3c2c273ffb5f23 /android/src | |
| parent | df0b8a74bff0f670a79c163b005f3f708f5969c8 (diff) | |
| download | mullvadvpn-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.kt | 1 |
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 ) |
