fix: settings preference key error
This commit is contained in:
parent
087c760010
commit
d039be5dab
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ open class SettingsFragment: PreferenceFragmentCompat() {
|
|||
findPreference<CheckBoxPreference>("pref_developer_unfiltered_profile_list")
|
||||
?.bindBooleanFlow(preferenceRepository.unfilteredProfileListFlow)
|
||||
|
||||
findPreference<CheckBoxPreference>("pref_ignore_tls_certificate")
|
||||
findPreference<CheckBoxPreference>("pref_developer_ignore_tls_certificate")
|
||||
?.bindBooleanFlow(preferenceRepository.ignoreTLSCertificateFlow)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue