Hide keyboard in UserSessionName

This commit is contained in:
Alfonso Grillo
2022-10-27 12:04:13 +02:00
parent 0845fd8324
commit f018f05410
3 changed files with 26 additions and 1 deletions
@@ -44,6 +44,7 @@ struct UserSessionName: View {
InlineTextButton(VectorL10n.manageSessionNameInfo("%@"),
tappableText: VectorL10n.manageSessionNameInfoLink) {
hideKeyboard()
viewModel.showBottomSheet = true
}
.foregroundColor(theme.colors.secondaryContent)