Verified Commit a4478674 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃
Browse files

fixup! TB 40026 [android]: Implement Security Level settings on Android.

TB 43856 (workaround): allow a deprecated call.
parent 5e4cfc1d
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -110,6 +110,7 @@ class TorSecurityLevelFragment : Fragment() {
        }

        binding.cancelButton.setOnClickListener {
            @Suppress("DEPRECATION")
            requireActivity().onBackPressed()
        }
    }