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

[tor-commits] [Git][tpo/applications/fenix][tor-browser-81.1.1-10.0-1] fixup! Bug 40041: Implement Tor Network Settings



Title: GitLab

Matthew Finkel pushed to branch tor-browser-81.1.1-10.0-1 at The Tor Project / Applications / fenix

Commits:

1 changed file:

Changes:

  • app/src/main/java/org/mozilla/fenix/settings/TorBridgeConfigFragment.kt
    ... ... @@ -42,7 +42,7 @@ class TorBridgeConfigFragment : PreferenceFragmentCompat() {
    42 42
             addToRadioGroup(*builtinBridgeRadioGroups.toTypedArray())
    
    43 43
     
    
    44 44
             // Snowflake is not available on Release at this time.
    
    45
    -        if (Config.channel.isReleased) {
    
    45
    +        if (Config.channel.isRelease) {
    
    46 46
                 radioSnowflake.apply {
    
    47 47
                     isVisible = false
    
    48 48
                 }
    

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