[tor-commits] [Git][tpo/applications/fenix][tor-browser-90.0.0b6-11.0-1] squash! Add Tor integration and UI
Matthew Finkel (@sysrqb)
gitlab at torproject.org
Thu Jul 8 20:17:15 UTC 2021
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
squash! Add Tor integration and UI
Bug 40179: Show Snowflake bridge option on Release
- - - - -
1 changed file:
- app/src/main/java/org/mozilla/fenix/settings/TorBridgeConfigFragment.kt
Changes:
=====================================
app/src/main/java/org/mozilla/fenix/settings/TorBridgeConfigFragment.kt
=====================================
@@ -40,13 +40,6 @@ class TorBridgeConfigFragment : PreferenceFragmentCompat() {
// `*` is Kotlin's "spread" operator, for expanding an Array as a vararg.
addToRadioGroup(*builtinBridgeRadioGroups.toTypedArray())
-
- // Snowflake is not available on Release at this time.
- if (Config.channel.isRelease) {
- radioSnowflake.apply {
- isVisible = false
- }
- }
}
override fun onResume() {
View it on GitLab: https://gitlab.torproject.org/tpo/applications/fenix/-/commit/16dc16f51280f923ac577b3b8f98426ca59f4968
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/fenix/-/commit/16dc16f51280f923ac577b3b8f98426ca59f4968
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/20210708/f1fb845b/attachment.htm>
More information about the tor-commits
mailing list