Skip to content

Commit

Permalink
Addition to #3122 - Force the room list search text field to always b…
Browse files Browse the repository at this point in the history
…e displayed

- while looking into fixes we noticed that we can more easily break the layout when the search field is automatically hidden
  • Loading branch information
stefanceriu committed Aug 7, 2024
1 parent 8f922ac commit ff4826b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ff4826b

Please sign in to comment.