mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Improve InlineTextButton API
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ struct UserOtherSessionsHeaderView: View {
|
||||
.foregroundColor(theme.colors.primaryContent)
|
||||
.padding(.vertical, 9.0)
|
||||
}
|
||||
InlineTextButton(viewData.subtitle, tappableText: VectorL10n.userSessionLearnMore) {
|
||||
InlineTextButton(viewData.subtitle, tappableText: VectorL10n.userSessionLearnMore, alwaysCallAction: false) {
|
||||
onLearnMoreAction?()
|
||||
}
|
||||
.font(theme.fonts.footnote)
|
||||
|
||||
Reference in New Issue
Block a user