Skip to content

Commit

Permalink
feat: disables/enables search all switch (#214)
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Kuestersteffen <[email protected]>
  • Loading branch information
hayribakici and jkuester authored Jan 25, 2024
1 parent ae7b43a commit 9420a67
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ class CustomizeSearchFieldFragment : BaseFragment() {
) {
options.customizeAppDrawerFragmentSearchFieldPosition.isEnabled = enabled
options.customizeAppDrawerOpenKeyboardSwitch.isEnabled = enabled
options.customizeAppDrawerSearchAllSwitch.isEnabled = enabled
}

private fun setupSearchBarPositionOption(
Expand Down

0 comments on commit 9420a67

Please sign in to comment.