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

[tor-commits] [Git][tpo/applications/firefox-android][firefox-android-115.2.1-13.5-1] fixup! Implement Android-native Connection Assist UI



Title: GitLab

Dan Ballard pushed to branch firefox-android-115.2.1-13.5-1 at The Tor Project / Applications / firefox-android

Commits:

  • ce547718
    by Dan Ballard at 2024-06-13T09:09:12-07:00
    fixup! Implement Android-native Connection Assist UI
    
    Bug 42648: Don't cancel tor bootstrap when opening settings from bootstrap
    

1 changed file:

Changes:

  • fenix/app/src/main/java/org/mozilla/fenix/tor/TorConnectionAssistFragment.kt
    ... ... @@ -124,7 +124,6 @@ class TorConnectionAssistFragment : Fragment(), UserInteractionHandler {
    124 124
         private fun setSettingsButton(screen: ConnectAssistUiState) {
    
    125 125
             binding.settingsButton.visibility = if (screen.settingsButtonVisible) View.VISIBLE else View.GONE
    
    126 126
             binding.settingsButton.setOnClickListener {
    
    127
    -            viewModel.cancelTorBootstrap()
    
    128 127
                 openSettings()
    
    129 128
             }
    
    130 129
         }
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits