Matthew Finkel pushed to branch tor-browser-90.0.0b6-11.0-1 at The Tor Project / Applications / fenix
Commits:
-
16dc16f5
by Matthew Finkel at 2021-07-08T20:16:18+00:00
1 changed file:
Changes:
... | ... | @@ -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() {
|