Dan Ballard pushed to branch tor-browser-128.7.0esr-14.5-1 at The Tor Project / Applications / Tor Browser

Commits:

1 changed file:

Changes:

  • mobile/android/fenix/app/src/main/java/org/mozilla/fenix/tor/TorConnectionAssistFragment.kt
    ... ... @@ -155,7 +155,7 @@ class TorConnectionAssistFragment : Fragment(), UserInteractionHandler {
    155 155
             binding.titleDescription.visibility =
    
    156 156
                 if (screen.titleDescriptionVisible) View.VISIBLE else View.GONE
    
    157 157
             if (screen.learnMoreStringResource != null && screen.internetErrorDescription != null) {
    
    158
    -            val learnMore: String = getString(screen.learnMoreStringResource)
    
    158
    +            val learnMore: String = "" // getString(screen.learnMoreStringResource) tor-browser#43198 uncomment and add back once we have the "Learn more" screens for relevant pages
    
    159 159
                 val internetErrorDescription: String =
    
    160 160
                     if (screen.internetErrorDescription1 == null) {
    
    161 161
                         getString(