mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
Disable home screen search bar autocorrection
This commit is contained in:
parent
623eecec77
commit
9dc08341fa
@ -59,6 +59,7 @@ struct HomeScreen: View {
|
||||
}
|
||||
.padding(.horizontal)
|
||||
.searchable(text: $context.searchQuery)
|
||||
.disableAutocorrection(true)
|
||||
}
|
||||
}
|
||||
.introspectScrollView { scrollView in
|
||||
|
Loading…
x
Reference in New Issue
Block a user