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

[tor-commits] [Git][tpo/applications/fenix][tor-browser-90.0.0b6-11.0-1] squash! Add Tor integration and UI



Title: GitLab

Matthew Finkel pushed to branch tor-browser-90.0.0b6-11.0-1 at The Tor Project / Applications / fenix

Commits:

1 changed file:

Changes:

  • app/src/main/java/org/mozilla/fenix/settings/TorBridgeConfigFragment.kt
    ... ... @@ -40,13 +40,6 @@ class TorBridgeConfigFragment : PreferenceFragmentCompat() {
    40 40
     
    
    41 41
             // `*` is Kotlin's "spread" operator, for expanding an Array as a vararg.
    
    42 42
             addToRadioGroup(*builtinBridgeRadioGroups.toTypedArray())
    
    43
    -
    
    44
    -        // Snowflake is not available on Release at this time.
    
    45
    -        if (Config.channel.isRelease) {
    
    46
    -            radioSnowflake.apply {
    
    47
    -                isVisible = false
    
    48
    -            }
    
    49
    -        }
    
    50 43
         }
    
    51 44
     
    
    52 45
         override fun onResume() {
    

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