... |
... |
@@ -255,12 +255,12 @@ class SettingsFragment : PreferenceFragmentCompat() { |
255
|
255
|
requirePreference<Preference>(R.string.pref_key_tabs)
|
256
|
256
|
tabSettingsPreference.summary = context?.settings()?.getTabTimeoutString()
|
257
|
257
|
|
258
|
|
- val autofillPreference = requirePreference<Preference>(R.string.pref_key_credit_cards)
|
259
|
|
- autofillPreference.title = if (settings.addressFeature) {
|
260
|
|
- getString(R.string.preferences_autofill)
|
261
|
|
- } else {
|
262
|
|
- getString(R.string.preferences_credit_cards_2)
|
263
|
|
- }
|
|
258
|
+// val autofillPreference = requirePreference<Preference>(R.string.pref_key_credit_cards)
|
|
259
|
+// autofillPreference.title = if (settings.addressFeature) {
|
|
260
|
+// getString(R.string.preferences_autofill)
|
|
261
|
+// } else {
|
|
262
|
+// getString(R.string.preferences_credit_cards_2)
|
|
263
|
+// }
|
264
|
264
|
|
265
|
265
|
// val openLinksInAppsSettingsPreference =
|
266
|
266
|
// requirePreference<Preference>(R.string.pref_key_open_links_in_apps)
|
... |
... |
@@ -329,10 +329,10 @@ class SettingsFragment : PreferenceFragmentCompat() { |
329
|
329
|
SettingsFragmentDirections.actionSettingsFragmentToSavedLoginsAuthFragment()
|
330
|
330
|
}
|
331
|
331
|
|
332
|
|
- resources.getString(R.string.pref_key_credit_cards) -> {
|
333
|
|
- SettingsMetrics.autofill.record()
|
334
|
|
- SettingsFragmentDirections.actionSettingsFragmentToAutofillSettingFragment()
|
335
|
|
- }
|
|
332
|
+// resources.getString(R.string.pref_key_credit_cards) -> {
|
|
333
|
+// SettingsMetrics.autofill.record()
|
|
334
|
+// SettingsFragmentDirections.actionSettingsFragmentToAutofillSettingFragment()
|
|
335
|
+// }
|
336
|
336
|
|
337
|
337
|
resources.getString(R.string.pref_key_accessibility) -> {
|
338
|
338
|
SettingsFragmentDirections.actionSettingsFragmentToAccessibilityFragment()
|