Skip to content

Commit

Permalink
dis- and enables search all switch when search bar options are disabl…
Browse files Browse the repository at this point in the history
…ed/enabled
  • Loading branch information
hayribakici committed Jan 25, 2024
1 parent 01d99cd commit e27af5d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ class CustomizeSearchFieldFragment : BaseFragment() {
private fun enableSearchBarOptions(enabled: Boolean) {
customize_app_drawer_fragment_search_field_position.isEnabled = enabled
customize_app_drawer_open_keyboard_switch.isEnabled = enabled
customize_app_drawer_search_all_switch.isEnabled = enabled
}

private fun setupSearchBarPositionOption() {
Expand Down

0 comments on commit e27af5d

Please sign in to comment.