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

fixup! TB 40041 [android]: Implement Tor Network Settings

Fix a 145 build error
parent 83bf88fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -186,7 +186,7 @@ class SettingsFragment : PreferenceFragmentCompat() {
    }

    override fun onCreatePreferences(savedInstanceState: Bundle?, rootKey: String?) {
        requireContext().components.strictMode.resetAfter(StrictMode.allowThreadDiskReads()) {
        requireContext().components.strictMode.allowViolation(StrictMode::allowThreadDiskReads) {
            setPreferencesFromResource(R.xml.preferences, rootKey)
        }
    }