[tbb-commits] [Git][tpo/applications/fenix][tor-browser-91.1.0-11.0-1] squash! Modify UI/UX
Matthew Finkel (@sysrqb)
gitlab at torproject.org
Tue Aug 10 22:50:06 UTC 2021
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/d909d687f824b6f37abc02ecc9e0b980d4e3d7e5
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/fenix/-/commit/d909d687f824b6f37abc02ecc9e0b980d4e3d7e5
You're receiving this email because of your account on gitlab.torproject.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20210810/8e05b92d/attachment.htm>
More information about the tbb-commits
mailing list