[tor-commits] [Git][tpo/applications/firefox-android][firefox-android-115.2.1-13.5-1] fixup! Implement Android-native Connection Assist UI
Dan Ballard (@dan)
git at gitlab.torproject.org
Thu Jun 13 16:18:59 UTC 2024
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:
- fenix/app/src/main/java/org/mozilla/fenix/tor/TorConnectionAssistFragment.kt
Changes:
=====================================
fenix/app/src/main/java/org/mozilla/fenix/tor/TorConnectionAssistFragment.kt
=====================================
@@ -124,7 +124,6 @@ class TorConnectionAssistFragment : Fragment(), UserInteractionHandler {
private fun setSettingsButton(screen: ConnectAssistUiState) {
binding.settingsButton.visibility = if (screen.settingsButtonVisible) View.VISIBLE else View.GONE
binding.settingsButton.setOnClickListener {
- viewModel.cancelTorBootstrap()
openSettings()
}
}
View it on GitLab: https://gitlab.torproject.org/tpo/applications/firefox-android/-/commit/ce5477184f78e430ec2e4eb05a5a3d98441d7ca2
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/firefox-android/-/commit/ce5477184f78e430ec2e4eb05a5a3d98441d7ca2
You're receiving this email because of your account on gitlab.torproject.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20240613/fe08f16f/attachment.htm>
More information about the tor-commits
mailing list