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
Yeah, this does not work out of the box. The issue is that the PreferenceFragmentCompat does not use the default LayoutInflater. So you have to somehow get the context wrapped using AppLocale.wrap(context) into the inflation process. I think the easiest way around this would be extending PreferenceFragmentCompat and overwriting getContext() to return a wrapped one with AppLocale.wrap(context). Does this help you?
It seems like
AppLocale
does not affectPreferenceFragmentCompat
withsetPreferencesFromResource
?The text was updated successfully, but these errors were encountered: