I have a recylerview with some items the last item is add item. If you press on it, it opens a new fragment from bottom up to let you choose some categories( something like airbnb filters) in this fragment I have 3 recyclerviews and some other items, and if I delete the recyclerviews the fragment shows smoothly with transition, but with them the fragment gets delayed.
Example: So you press on the Add Item, you wait 1 second then the fragment just pops up. After you press back it animates like it should and if you press again on add item it smoothly animates like it should in the first place, maybe because it is cached?
Any ideas how to approach this issue?