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() {