diff options
| author | Albin <albin@mullvad.net> | 2021-11-24 13:55:34 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2021-11-26 14:14:42 +0100 |
| commit | d0c4eb06245536b75a162588df2e1fe8d1a5fb44 (patch) | |
| tree | e41906e0fafd95f5212c68a2bd69e91251cba313 /android/src | |
| parent | c20c69fe150593e5f033e120da5f8d421aa3e1d1 (diff) | |
| download | mullvadvpn-d0c4eb06245536b75a162588df2e1fe8d1a5fb44.tar.xz mullvadvpn-d0c4eb06245536b75a162588df2e1fe8d1a5fb44.zip | |
Skip removing notification when service stopped
Diffstat (limited to 'android/src')
| -rw-r--r-- | android/src/main/kotlin/net/mullvad/mullvadvpn/service/ForegroundNotificationManager.kt | 1 |
1 files changed, 0 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 dbddc614d3..92c4fcd078 100644 --- a/android/src/main/kotlin/net/mullvad/mullvadvpn/service/ForegroundNotificationManager.kt +++ b/android/src/main/kotlin/net/mullvad/mullvadvpn/service/ForegroundNotificationManager.kt @@ -92,7 +92,6 @@ class ForegroundNotificationManager( service.unregisterReceiver(deviceLockListener) updater.close() - tunnelStateNotification.visible = false } private fun runUpdater() = GlobalScope.actor<UpdaterMessage>( |
