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
There was a bug inside this class, causing duplication of items and a weird behavior when scrolling. I fixed it by getting rid of ViewBInding inside the adapter and just copying and modifying the ArrayAdapter code for getView().
The performed change is available here: 5f15638
The text was updated successfully, but these errors were encountered:
There was a bug inside this class, causing duplication of items and a weird behavior when scrolling. I fixed it by getting rid of ViewBInding inside the adapter and just copying and modifying the ArrayAdapter code for getView().
The performed change is available here: 5f15638
The text was updated successfully, but these errors were encountered: