From 3655b2ed858afc2477cd348222a3872f8b7714eb Mon Sep 17 00:00:00 2001 From: Suhas Dissanayake Date: Tue, 13 Jun 2023 23:22:42 +0530 Subject: [PATCH] Fix typo in Preference key string --- app/src/main/kotlin/it/vfsfitvnm/vimusic/utils/Preferences.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/kotlin/it/vfsfitvnm/vimusic/utils/Preferences.kt b/app/src/main/kotlin/it/vfsfitvnm/vimusic/utils/Preferences.kt index 7d41ff7..d3146b2 100644 --- a/app/src/main/kotlin/it/vfsfitvnm/vimusic/utils/Preferences.kt +++ b/app/src/main/kotlin/it/vfsfitvnm/vimusic/utils/Preferences.kt @@ -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 > SharedPreferences.getEnum( key: String,