Skip to content

Commit

Permalink
add initial TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
mikescamell committed Aug 28, 2024
1 parent de3d33f commit 1f3b960
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 1f3b960

Please sign in to comment.