Skip to content

Commit

Permalink
fix(SearchView): Correct searchBar position
Browse files Browse the repository at this point in the history
  • Loading branch information
Ambrdctr committed May 4, 2023
1 parent a970fdb commit 1c1330d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mail/Views/Search/SearchView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ struct SearchView: View {
.accessibilityLabel(MailResourcesStrings.Localizable.contentDescriptionButtonBack)
}

ToolbarItem(placement: .navigation) {
ToolbarItem(placement: .principal) {
SearchTextField(value: $viewModel.searchValue) {
viewModel.matomo.track(eventWithCategory: .search, name: "validateSearch")
viewModel.searchThreadsForCurrentValue()
Expand Down

0 comments on commit 1c1330d

Please sign in to comment.