diff options
Diffstat (limited to 'android')
| -rw-r--r-- | android/src/main/kotlin/net/mullvad/mullvadvpn/NotificationBanner.kt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/android/src/main/kotlin/net/mullvad/mullvadvpn/NotificationBanner.kt b/android/src/main/kotlin/net/mullvad/mullvadvpn/NotificationBanner.kt index 32fbf6dd26..cd8c1d21c4 100644 --- a/android/src/main/kotlin/net/mullvad/mullvadvpn/NotificationBanner.kt +++ b/android/src/main/kotlin/net/mullvad/mullvadvpn/NotificationBanner.kt @@ -22,9 +22,7 @@ class NotificationBanner(val parentView: View) { } private fun update() { - synchronized(this) { - updateBasedOnKeyState() || updateBasedOnTunnelState() - } + updateBasedOnKeyState() || updateBasedOnTunnelState() } private fun updateBasedOnKeyState(): Boolean { |
