B3nedikt/AppLocale

Doesn't work in RecyclerView

Closed this issue · 1 comments

Hello, Reword doesn't affect in child of RecyclerView.

Actually it does work in RecyclerViews., I think your issue lies in when you want to update the RecyclerView items. My library reword does this not automatically at the moment out of performance concerns. So for now you need to do this manually by either recreating the activity or fragment with the RecyclerView or invalidate the RecyclerView items if you don't want to recreate the current activity/fragment.