summaryrefslogtreecommitdiffhomepage
path: root/android/app
diff options
context:
space:
mode:
authorDavid Göransson <david.goransson@mullvad.net>2024-11-26 12:49:50 +0100
committerDavid Göransson <david.goransson@mullvad.net>2024-11-27 09:00:18 +0100
commite741e1631a3a69ed0df2b846d8e1effc6fee5e8a (patch)
tree71c78e0a2060a72f39b59ab8809d458d4947baaa /android/app
parent1bb7fc7ebaa2837ed9f9d28c2bb5a6fd91033988 (diff)
downloadmullvadvpn-e741e1631a3a69ed0df2b846d8e1effc6fee5e8a.tar.xz
mullvadvpn-e741e1631a3a69ed0df2b846d8e1effc6fee5e8a.zip
Remove default value
Diffstat (limited to 'android/app')
-rw-r--r--android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/component/notificationbanner/NotificationData.kt1
1 files changed, 0 insertions, 1 deletions
diff --git a/android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/component/notificationbanner/NotificationData.kt b/android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/component/notificationbanner/NotificationData.kt
index 97a7b9a483..e6f9d3ea69 100644
--- a/android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/component/notificationbanner/NotificationData.kt
+++ b/android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/component/notificationbanner/NotificationData.kt
@@ -106,7 +106,6 @@ private fun errorMessageBannerData(error: ErrorState) =
title = error.title().formatWithHtml(),
message = error.message().formatWithHtml(),
statusLevel = StatusLevel.Error,
- action = null,
)
@Composable