Dan Ballard pushed to branch tor-browser-128.7.0esr-14.5-1 at The Tor Project / Applications / Tor Browser
Commits: f0b1a96d by clairehurst at 2025-01-30T12:35:28-07:00 fixup! [android] Implement Android-native Connection Assist UI
tor-browser#43198
- - - - -
1 changed file:
- mobile/android/fenix/app/src/main/java/org/mozilla/fenix/tor/TorConnectionAssistFragment.kt
Changes:
===================================== mobile/android/fenix/app/src/main/java/org/mozilla/fenix/tor/TorConnectionAssistFragment.kt ===================================== @@ -155,7 +155,7 @@ class TorConnectionAssistFragment : Fragment(), UserInteractionHandler { binding.titleDescription.visibility = if (screen.titleDescriptionVisible) View.VISIBLE else View.GONE if (screen.learnMoreStringResource != null && screen.internetErrorDescription != null) { - val learnMore: String = getString(screen.learnMoreStringResource) + val learnMore: String = "" // getString(screen.learnMoreStringResource) tor-browser#43198 uncomment and add back once we have the "Learn more" screens for relevant pages val internetErrorDescription: String = if (screen.internetErrorDescription1 == null) { getString(
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/f0b1a96d...
tor-commits@lists.torproject.org