[tor-commits] [Git][tpo/applications/fenix][tor-browser-81.1.1-10.0-1] fixup! Bug 40041: Implement Tor Network Settings

Matthew Finkel gitlab at torproject.org
Thu Oct 1 13:56:04 UTC 2020



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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20201001/f8ca2e9a/attachment.htm>


More information about the tor-commits mailing list