♻ Use the RecyclerView API to block layout restoration and prevent the loss of scroll position. Three options include: ALLOW, PREVENT_WHEN_EMPTY, and PREVENT. Read the blog to learn more. ↓ goo.gle/3DZ40sY
2
58
208
0
17
@AndroidDev Restoration of position of recyclerview is essential in some cases, now it's easy to do with RecyclerView Adapter but not work with #FirebaseRecyclerAdapter
@AndroidDev but even the google podcasts app doesn't restore scroll position