clairehurst pushed to branch tor-browser-148.0a1-16.0-2 at The Tor Project / Applications / Tor Browser Commits: 5c3df053 by clairehurst at 2026-03-04T17:07:35+00:00 fixup! [android] Override settings TB 44226 This reverts commit f84cc6f017071e152f38239fc2e71cc180c2b049. - - - - - 2 changed files: - mobile/android/fenix/app/src/main/java/org/mozilla/fenix/utils/Settings.kt - mobile/android/fenix/app/src/main/res/xml/preferences.xml Changes: ===================================== mobile/android/fenix/app/src/main/java/org/mozilla/fenix/utils/Settings.kt ===================================== @@ -1066,7 +1066,7 @@ class Settings( var whatsappLinkSharingEnabled by booleanPreference( key = appContext.getPreferenceKey(R.string.pref_key_link_sharing), - default = { false }, + default = { FxNimbus.features.sentFromFirefox.value().enabled }, ) var linkSharingSettingsSnackbarShown by booleanPreference( ===================================== mobile/android/fenix/app/src/main/res/xml/preferences.xml ===================================== @@ -228,7 +228,6 @@ <androidx.preference.Preference android:key="@string/pref_key_link_sharing" app:iconSpaceReserved="false" - app:isPreferenceVisible="false" android:title="@string/preferences_link_sharing" /> <!-- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/5c3df053... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/5c3df053... You're receiving this email because of your account on gitlab.torproject.org.