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

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/74d5540329f4a6... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/fenix/-/commit/74d5540329f4a6... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
Matthew Finkel