h6ah4i / android-advancedrecyclerview

RecyclerView extension library which provides advanced features. (ex. Google's Inbox app like swiping, Play Music app like drag and drop sorting)
https://advancedrecyclerview.h6ah4i.com/
Apache License 2.0
5.32k stars 862 forks source link

Expandable second item of recyclerview's visibility being gone #469

Closed potibor closed 6 years ago

potibor commented 6 years ago

Hi, I have two items in my recyclerview. I am clicingk the first item of recyclerview and open the childGroup. After that if i close the childGroup, second item's of recyclerview visibility being gone for a while and showing again. How i can solve that problem?