[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/firefox-android][firefox-android-115.2.1-13.5-1] fixup! Disable features and functionality



Title: GitLab

Dan Ballard pushed to branch firefox-android-115.2.1-13.5-1 at The Tor Project / Applications / firefox-android

Commits:

  • 5ab6ae0a
    by clairehurst at 2024-03-25T13:01:48-06:00
    fixup! Disable features and functionality
    

1 changed file:

Changes:

  • android-components/components/feature/addons/src/main/java/mozilla/components/feature/addons/ui/AddonsManagerAdapter.kt
    ... ... @@ -316,7 +316,7 @@ class AddonsManagerAdapter(
    316 316
             }
    
    317 317
     
    
    318 318
             // Add recommended section and addons if available
    
    319
    -        if (recommendedAddons.isNotEmpty()) {
    
    319
    +        if (false) { // recommendedAddons.isNotEmpty() tor-browser#40502: Do not recommend addons on Tor Browser
    
    320 320
                 itemsWithSections.add(Section(R.string.mozac_feature_addons_recommended_section, true))
    
    321 321
                 val filteredRecommendedAddons = recommendedAddons.filter {
    
    322 322
                     it.id !in excludedAddonIDs
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits