clairehurst pushed to branch tor-browser-148.0a1-16.0-2 at The Tor Project / Applications / Tor Browser

Commits:

2 changed files:

Changes:

  • mobile/android/fenix/app/src/main/java/org/mozilla/fenix/utils/Settings.kt
    ... ... @@ -1066,7 +1066,7 @@ class Settings(
    1066 1066
     
    
    1067 1067
         var whatsappLinkSharingEnabled by booleanPreference(
    
    1068 1068
             key = appContext.getPreferenceKey(R.string.pref_key_link_sharing),
    
    1069
    -        default = { false },
    
    1069
    +        default = { FxNimbus.features.sentFromFirefox.value().enabled },
    
    1070 1070
         )
    
    1071 1071
     
    
    1072 1072
         var linkSharingSettingsSnackbarShown by booleanPreference(
    

  • mobile/android/fenix/app/src/main/res/xml/preferences.xml
    ... ... @@ -228,7 +228,6 @@
    228 228
             <androidx.preference.Preference
    
    229 229
                 android:key="@string/pref_key_link_sharing"
    
    230 230
                 app:iconSpaceReserved="false"
    
    231
    -            app:isPreferenceVisible="false"
    
    232 231
                 android:title="@string/preferences_link_sharing" />
    
    233 232
     
    
    234 233
             <!--