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 0c47ea7 commit e5c97ec
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e5c97ec

Please sign in to comment.