Loading mobile/android/fenix/app/src/main/java/org/mozilla/fenix/settings/SettingsFragment.kt +1 −1 Original line number Diff line number Diff line Loading @@ -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) } } Loading Loading
mobile/android/fenix/app/src/main/java/org/mozilla/fenix/settings/SettingsFragment.kt +1 −1 Original line number Diff line number Diff line Loading @@ -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) } } Loading