chore: remove options
This commit is contained in:
parent
e6fc7f9065
commit
78dd8bea05
1 changed files with 0 additions and 1 deletions
|
@ -33,7 +33,6 @@ internal object PreferenceKeys {
|
|||
val DEVELOPER_OPTIONS_ENABLED = booleanPreferencesKey("developer_options_enabled")
|
||||
val UNFILTERED_PROFILE_LIST = booleanPreferencesKey("unfiltered_profile_list")
|
||||
val IGNORE_TLS_CERTIFICATE = booleanPreferencesKey("ignore_tls_certificate")
|
||||
val ANSWER_TO_RESET = booleanPreferencesKey("answer_to_reset")
|
||||
}
|
||||
|
||||
class PreferenceRepository(private val context: Context) {
|
||||
|
|
Loading…
Reference in a new issue