Dan Ballard pushed to branch tor-browser-152.0a1-16.0-2 at The Tor Project / Applications / Tor Browser Commits: ab12da36 by clairehurst at 2026-06-08T16:41:03-06:00 fixup! TB 40026 [android]: Implement Security Level settings on Android. - - - - - 1 changed file: - mobile/android/fenix/app/src/main/java/org/mozilla/fenix/tor/TorSecurityLevelFragment.kt Changes: ===================================== mobile/android/fenix/app/src/main/java/org/mozilla/fenix/tor/TorSecurityLevelFragment.kt ===================================== @@ -125,8 +125,7 @@ class TorSecurityLevelFragment : Fragment(), SystemInsetsPaddedFragment { R.color.settings_button_white, ) binding.cancelButton.setOnClickListener { - @Suppress("DEPRECATION") - requireActivity().onBackPressed() + requireActivity().onBackPressedDispatcher.onBackPressed() } } View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/ab12da36... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/ab12da36... You're receiving this email because of your account on gitlab.torproject.org. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help
participants (1)
-
Dan Ballard (@dan)