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
My PR #8322 Added this bug since the main data structure backing the recycler view mFilteredList is a copy of all tags in TagsList the changes in TagsList don't reflect to the recyclerview
Reproduction Steps
Open TagsDialog
Click '+' icon
Add tag
Expected Result
the new tag is visible in the list
Actual Result
the new tag isn't visible in the list
The text was updated successfully, but these errors were encountered:
My PR #8322 Added this bug since the main data structure backing the recycler view
mFilteredList
is a copy of all tags inTagsList
the changes inTagsList
don't reflect to the recyclerviewReproduction Steps
Expected Result
the new tag is visible in the list
Actual Result
the new tag isn't visible in the list
The text was updated successfully, but these errors were encountered: