diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-12-14 20:59:29 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2021-03-29 14:22:55 +0000 |
| commit | e0b414df08d5f5c4ee09b2b8d13248ee9bbcdee3 (patch) | |
| tree | bd7b67fb48c122f77a4b6fbad963618fd835c815 /android/src/main | |
| parent | 0d65862fbe1231cc03e35f94aa7023e39f8daabf (diff) | |
| download | mullvadvpn-e0b414df08d5f5c4ee09b2b8d13248ee9bbcdee3.tar.xz mullvadvpn-e0b414df08d5f5c4ee09b2b8d13248ee9bbcdee3.zip | |
Send current key status when registering listener
Diffstat (limited to 'android/src/main')
| -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 bcc7dee2bd..05f903e66a 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 @@ -91,6 +91,7 @@ class ServiceEndpoint( val initialEvents = listOf( Event.SettingsUpdate(settingsListener.settings), Event.NewLocation(locationInfoCache.location), + Event.WireGuardKeyStatus(keyStatusListener.keyStatus), Event.ListenerReady ) |
