You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce a volatile cachedPrefs field and populate it in preload. Use cachedPrefs (with lazy initialization) in getPersistedData and persist to avoid repeated PreferenceManager.getDefaultSharedPreferences calls. No behavioral change to language persistence — this is a small performance/optimization and visibility fix.
0 commit comments