Matthew Finkel pushed to branch tor-browser-81.1.1-10.0-1 at The Tor Project / Applications / fenix
Commits:
-
74d55403
by Matthew Finkel at 2020-09-30T22:41:23+00:00
1 changed file:
Changes:
... | ... | @@ -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 |
}
|