You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: feature/notification/api/src/commonMain/kotlin/net/thunderbird/feature/notification/api/ui/host/visual/InAppNotificationVisual.kt
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ data class BannerGlobalVisual(
62
62
},
63
63
severity = notification.severity,
64
64
action = notification
65
-
.actions
65
+
.actionsWithoutTap
66
66
.let { actions ->
67
67
check(actions.size in0..1) {
68
68
"A notification with a BannerGlobalNotification style must have at zero or one action"
@@ -125,7 +125,7 @@ data class BannerInlineVisual(
0 commit comments