Addition to #3122 - Force the room list search text field to always be displayed

- while looking into fixes we noticed that we can more easily break the layout when the search field is automatically hidden
This commit is contained in:
Stefan Ceriu 2024-08-07 14:49:00 +03:00 committed by Stefan Ceriu
parent 0c47ea7231
commit e5c97ec9a4
5 changed files with 9 additions and 9 deletions

View File

@ -65,7 +65,7 @@ struct HomeScreenContent: View {
}
}
.isSearching($context.isSearchFieldFocused)
.searchable(text: $context.searchQuery)
.searchable(text: $context.searchQuery, placement: .navigationBarDrawer(displayMode: .always))
.compoundSearchField()
.disableAutocorrection(true)
case .migration: