Fix typo in Preference key string
This commit is contained in:
parent
2cf0387a1f
commit
3655b2ed85
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ const val pauseSearchHistoryKey = "pauseSearchHistory"
|
|||
const val isProxyEnabledKey = "isProxyEnabled"
|
||||
const val proxyHostNameKey = "proxyHostname"
|
||||
const val proxyPortKey = "proxyPortKey"
|
||||
const val proxyModeKey = "ProxyModeKey"
|
||||
const val proxyModeKey = "proxyModeKey"
|
||||
|
||||
inline fun <reified T : Enum<T>> SharedPreferences.getEnum(
|
||||
key: String,
|
||||
|
|
Loading…
Reference in a new issue