File tree Expand file tree Collapse file tree
app/src/main/java/com/github/droidworksstudio/launcher/ui/settings Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ class SettingsFragment : Fragment(),
7979 packageInfo.versionName
8080 )
8181
82- binding.miscellaneousSearchEngineText .text = preferenceHelper.searchEngines.getString(context)
82+ binding.miscellaneousSearchEngineControl .text = preferenceHelper.searchEngines.getString(context)
8383
8484 binding.gesturesDoubleTapControl.text = preferenceHelper.doubleTapAction.getString(context)
8585 binding.gesturesSwipeUpControl.text = preferenceHelper.swipeUpAction.getString(context)
@@ -264,7 +264,7 @@ class SettingsFragment : Fragment(),
264264 dialog.setItems(itemStrings) { _, which ->
265265 val selectedItem = items[which]
266266 preferenceViewModel.setSearchEngine(selectedItem)
267- binding.miscellaneousSearchEngineText .text = preferenceHelper.searchEngines.name
267+ binding.miscellaneousSearchEngineControl .text = preferenceHelper.searchEngines.name
268268 }
269269 dialog.show()
270270 }
You can’t perform that action at this time.
0 commit comments