Matthew Finkel pushed to branch tor-browser-91.1.0-11.0-1 at The Tor Project / Applications / fenix
Commits: d909d687 by Matthew Finkel at 2021-08-10T22:49:01+00:00 squash! Modify UI/UX
Bug 40186: Hide Credit Cards in Settings
- - - - -
2 changed files:
- app/src/main/res/xml/account_settings_preferences.xml - app/src/main/res/xml/preferences.xml
Changes:
===================================== app/src/main/res/xml/account_settings_preferences.xml ===================================== @@ -31,7 +31,6 @@
<CheckBoxPreference android:defaultValue="true" - android:visible="false" android:key="@string/pref_key_sync_credit_cards" android:layout="@layout/checkbox_left_preference" android:title="@string/preferences_sync_credit_cards" />
===================================== app/src/main/res/xml/preferences.xml ===================================== @@ -74,6 +74,7 @@
<androidx.preference.Preference app:iconSpaceReserved="false" + app:isPreferenceVisible="false" android:key="@string/pref_key_credit_cards" android:title="@string/preferences_credit_cards" />
View it on GitLab: https://gitlab.torproject.org/tpo/applications/fenix/-/commit/d909d687f824b6...
tbb-commits@lists.torproject.org