Fix typo in Preference key string

This commit is contained in:
Suhas Dissanayake 2023-06-13 23:22:42 +05:30
parent 2cf0387a1f
commit 3655b2ed85

View file

@ -41,7 +41,7 @@ const val pauseSearchHistoryKey = "pauseSearchHistory"
const val isProxyEnabledKey = "isProxyEnabled" const val isProxyEnabledKey = "isProxyEnabled"
const val proxyHostNameKey = "proxyHostname" const val proxyHostNameKey = "proxyHostname"
const val proxyPortKey = "proxyPortKey" const val proxyPortKey = "proxyPortKey"
const val proxyModeKey = "ProxyModeKey" const val proxyModeKey = "proxyModeKey"
inline fun <reified T : Enum<T>> SharedPreferences.getEnum( inline fun <reified T : Enum<T>> SharedPreferences.getEnum(
key: String, key: String,