Fix bug where typing the first character in the search box defocuses
Changelog-Fixed: Fix bug where typing the first character in the search box defocuses
This commit is contained in:
@@ -70,7 +70,9 @@ struct SearchHomeView: View {
|
|||||||
@Environment(\.colorScheme) var colorScheme
|
@Environment(\.colorScheme) var colorScheme
|
||||||
|
|
||||||
var body: some View {
|
var body: some View {
|
||||||
MainContent
|
VStack {
|
||||||
|
MainContent
|
||||||
|
}
|
||||||
.safeAreaInset(edge: .top) {
|
.safeAreaInset(edge: .top) {
|
||||||
VStack(spacing: 0) {
|
VStack(spacing: 0) {
|
||||||
SearchInput
|
SearchInput
|
||||||
|
|||||||
Reference in New Issue
Block a user