I have an Activity A with a RecyclerView in it, and each view in it has a button that opens a new Activity B. When I go back from B to A, RecyclerView will focus on the first view always.
I want to, when return from B to A by backPress, scroll to the selected view position.