brizental pushed to branch tor-browser-140.3.0esr-15.0-1 at The Tor Project / Applications / Tor Browser
Commits:
-
ca6d41d8
by Beatriz Rizental at 2025-09-30T18:38:03+02:00
-
f84cc6f0
by Beatriz Rizental at 2025-09-30T18:38:03+02:00
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:
... | ... | @@ -739,7 +739,7 @@ class Settings(private val appContext: Context) : PreferencesHolder { |
739 | 739 | var whatsappLinkSharingEnabled by lazyFeatureFlagPreference(
|
740 | 740 | key = appContext.getPreferenceKey(R.string.pref_key_link_sharing),
|
741 | 741 | featureFlag = true,
|
742 | - default = { FxNimbus.features.sentFromFirefox.value().enabled },
|
|
742 | + default = { false },
|
|
743 | 743 | )
|
744 | 744 | |
745 | 745 | var linkSharingSettingsSnackbarShown by booleanPreference(
|
... | ... | @@ -232,12 +232,13 @@ |
232 | 232 | app:iconSpaceReserved="false"
|
233 | 233 | android:title="@string/preferences_customize_extension_collection" />
|
234 | 234 | |
235 | - <!--
|
|
236 | 235 | <androidx.preference.Preference
|
237 | 236 | android:key="@string/pref_key_link_sharing"
|
238 | 237 | app:iconSpaceReserved="false"
|
238 | + app:isPreferenceVisible="false"
|
|
239 | 239 | android:title="@string/preferences_link_sharing" />
|
240 | 240 | |
241 | + <!--
|
|
241 | 242 | <androidx.preference.Preference
|
242 | 243 | android:key="@string/pref_key_open_links_in_apps"
|
243 | 244 | android:title="@string/preferences_open_links_in_apps"
|