diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2021-04-09 14:10:38 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2021-04-12 13:19:37 +0000 |
| commit | 74193b1193283b760ab45c497cf4cd522c276c12 (patch) | |
| tree | b7d0e4b742e61a9f4c7f8a6f64d1b4ce345662df /android/src | |
| parent | f0cf326e3f94215c37fa6cfde374854c59390206 (diff) | |
| download | mullvadvpn-74193b1193283b760ab45c497cf4cd522c276c12.tar.xz mullvadvpn-74193b1193283b760ab45c497cf4cd522c276c12.zip | |
Send tunnel state when IPC connection is up
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 89722d039a..1d7ee77763 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( listeners.add(listener) val initialEvents = listOf( + Event.TunnelStateChange(connectionProxy.state), Event.LoginStatus(accountCache.onLoginStatusChange.latestEvent), Event.AccountHistory(accountCache.onAccountHistoryChange.latestEvent), Event.SettingsUpdate(settingsListener.settings), |
