mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 08:32:53 +02:00
Improve InlineTextButton API
This commit is contained in:
@@ -49,7 +49,7 @@ struct UserSessionCardView: View {
|
||||
.foregroundColor(theme.colors[keyPath: viewData.verificationStatusColor])
|
||||
.multilineTextAlignment(.center)
|
||||
|
||||
InlineTextButton(viewData.verificationStatusAdditionalInfoText, tappableText: VectorL10n.userSessionLearnMore) {
|
||||
InlineTextButton(viewData.verificationStatusAdditionalInfoText, tappableText: VectorL10n.userSessionLearnMore, alwaysCallAction: false) {
|
||||
onLearnMoreAction?()
|
||||
}
|
||||
.font(theme.fonts.footnote)
|
||||
|
||||
Reference in New Issue
Block a user