For #25360: Selectively update addresses preference only when needed.

pull/543/head
mcarare 2 years ago committed by mergify[bot]
parent 014d0e5ad2
commit a0a02e5627

@ -91,7 +91,10 @@ class AutofillSettingFragment : BiometricPromptPreferenceFragment() {
)
updateSaveAndAutofillCardsSwitch()
updateSaveAndAutofillAddressesSwitch()
if (requireComponents.settings.addressFeature) {
updateSaveAndAutofillAddressesSwitch()
}
}
/**

Loading…
Cancel
Save