Skip to content

Commit

Permalink
add initial TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
mikescamell committed Sep 18, 2024
1 parent 90b4dd9 commit 098626f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ class GeneralSettingsActivity : DuckDuckGoActivity() {
binding.autocompleteToggle.setOnCheckedChangeListener(autocompleteToggleListener)
binding.autocompleteRecentlyVisitedSitesToggle.setOnCheckedChangeListener(autocompleteRecentlyVisitedSitesToggleListener)
binding.voiceSearchToggle.setOnCheckedChangeListener(voiceSearchChangeListener)
// TODO add show on app launch setting
}

private fun observeViewModel() {
Expand Down

0 comments on commit 098626f

Please sign in to comment.