[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-128.7.0esr-14.5-1] fixup! [android] Implement Android-native Connection Assist UI



Title: GitLab

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:

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(
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx