summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-12-14 20:59:29 +0000
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2021-03-29 14:22:55 +0000
commite0b414df08d5f5c4ee09b2b8d13248ee9bbcdee3 (patch)
treebd7b67fb48c122f77a4b6fbad963618fd835c815 /android
parent0d65862fbe1231cc03e35f94aa7023e39f8daabf (diff)
downloadmullvadvpn-e0b414df08d5f5c4ee09b2b8d13248ee9bbcdee3.tar.xz
mullvadvpn-e0b414df08d5f5c4ee09b2b8d13248ee9bbcdee3.zip
Send current key status when registering listener
Diffstat (limited to 'android')
-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 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
)