Commit ed14b1b3 authored by clairehurst's avatar clairehurst 🌱 Committed by Pier Angelo Vendrame
Browse files

fixup! [android] Implement Android-native Connection Assist UI

parent 927fcba8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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(