
Pier Angelo Vendrame pushed to branch tor-browser-140.0a1-15.0-2 at The Tor Project / Applications / Tor Browser Commits: a4478674 by Pier Angelo Vendrame at 2025-06-18T15:22:34+02:00 fixup! TB 40026 [android]: Implement Security Level settings on Android. TB 43856 (workaround): allow a deprecated call. - - - - - 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 ===================================== @@ -110,6 +110,7 @@ class TorSecurityLevelFragment : Fragment() { } binding.cancelButton.setOnClickListener { + @Suppress("DEPRECATION") requireActivity().onBackPressed() } } View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/a4478674... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/a4478674... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
Pier Angelo Vendrame (@pierov)