I've got a RecyclerView. When I click on an item, I start a new Activity with Shared Element Transition Animation. In this "child" activity I have a ViewPager and I can move to other items and then press Back. So I need to change the sharedElement-view in the "parent" Activity so that the reverse-transition is applied to the right item.
How can I achieve that? We set sharedElement in makeSceneTransitionAnimation but how to change it for the reverse-animation?