diff options
| -rw-r--r-- | android/src/main/kotlin/net/mullvad/mullvadvpn/service/ForegroundNotificationManager.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/src/main/kotlin/net/mullvad/mullvadvpn/service/ForegroundNotificationManager.kt b/android/src/main/kotlin/net/mullvad/mullvadvpn/service/ForegroundNotificationManager.kt index 314a344efa..1a6d19e3a0 100644 --- a/android/src/main/kotlin/net/mullvad/mullvadvpn/service/ForegroundNotificationManager.kt +++ b/android/src/main/kotlin/net/mullvad/mullvadvpn/service/ForegroundNotificationManager.kt @@ -38,7 +38,7 @@ class ForegroundNotificationManager( synchronized(this) { if (value != null) { connectionProxy = value.connectionProxy.apply { - onStateChange.subscribe { state -> + connectionListenerId = onStateChange.subscribe { state -> tunnelState = state } } |
