Skip to content

Commit

Permalink
Updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nbradbury committed Dec 19, 2024
1 parent 826d227 commit 0dbf35b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ class PerAppLocaleManager @Inject constructor(
}

/**
* Previously the app locale was stored in SharedPreferences, so here we migrate to AndroidX per-app language prefs
* Previously the app locale was stored in SharedPreferences, so here we migrate to AndroidX per-app language prefs.
* This was added in our Jan 2025 release and can be removed after a few subsequent releases.
*/
fun performMigrationIfNecessary() {
val previousLanguage = appPrefsWrapper.getPrefString(OLD_LOCALE_PREF_KEY_STRING, "")
Expand Down

0 comments on commit 0dbf35b

Please sign in to comment.