diff --git a/app/constants/sharedPreferences.js b/app/constants/sharedPreferences.js index 28a9adbe8..0bfa47b3b 100644 --- a/app/constants/sharedPreferences.js +++ b/app/constants/sharedPreferences.js @@ -3,4 +3,4 @@ export const ANDROID_TOKEN = 'authToken'; export const ANDROID_USER_ID = 'userId'; export const ANDROID_SERVER_URL = 'serverUrl'; export const ANDROID_SERVER_NAME = 'serverName'; -export const ANDROID_SERVER_ICON = 'serverLogo'; +export const ANDROID_SERVER_ICON = 'serverLogoUrl';