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
fixup! Bug 40041: Implement Tor Network Settings

Bug 40066: Correct conditional statement for hiding snowflake

- - - - -


1 changed file:

- app/src/main/java/org/mozilla/fenix/settings/TorBridgeConfigFragment.kt


Changes:

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



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/fenix/-/commit/74d5540329f4a697000d1416f9d8b9fb450e8cec

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/fenix/-/commit/74d5540329f4a697000d1416f9d8b9fb450e8cec
You're receiving this email because of your account on gitlab.torproject.org.


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

Reply via email to