mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-27 19:56:57 +02:00
Hide keyboard in UserSessionName
This commit is contained in:
@@ -64,7 +64,7 @@ struct SearchBar: View {
|
||||
Button(action: {
|
||||
self.isEditing = false
|
||||
self.text = ""
|
||||
UIApplication.shared.sendAction(#selector(UIResponder.resignFirstResponder), to: nil, from: nil, for: nil)
|
||||
self.hideKeyboard()
|
||||
}) {
|
||||
Text(VectorL10n.cancel)
|
||||
.font(theme.fonts.body)
|
||||
|
||||
Reference in New Issue
Block a user