diff options
Diffstat (limited to 'android/src')
| -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 d8786d1196..9d34d81a97 100644 --- a/android/src/main/kotlin/net/mullvad/mullvadvpn/service/ForegroundNotificationManager.kt +++ b/android/src/main/kotlin/net/mullvad/mullvadvpn/service/ForegroundNotificationManager.kt @@ -111,7 +111,7 @@ class ForegroundNotificationManager( showOnForeground() // Restore the notification to its correct state. - updater.sendBlocking(UpdaterMessage.UpdateNotification()) + updateNotification() } private fun runUpdater() = GlobalScope.actor<UpdaterMessage>( |
