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

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-152.0a1-16.0-2] fixup! TB 40026 [android]: Implement Security Level settings on Android.



Title: GitLab

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:

Changes:

  • mobile/android/fenix/app/src/main/java/org/mozilla/fenix/tor/TorSecurityLevelFragment.kt
    ... ... @@ -125,8 +125,7 @@ class TorSecurityLevelFragment : Fragment(), SystemInsetsPaddedFragment {
    125 125
                 R.color.settings_button_white,
    
    126 126
             )
    
    127 127
             binding.cancelButton.setOnClickListener {
    
    128
    -            @Suppress("DEPRECATION")
    
    129
    -            requireActivity().onBackPressed()
    
    128
    +            requireActivity().onBackPressedDispatcher.onBackPressed()
    
    130 129
             }
    
    131 130
         }
    
    132 131
     
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx