Activity transition when data changes
问题 I got images adapter where each item is user image, when clicked it opens a new activity with selected user image, so I mark the image as shared element and using activity transitions. Part of the actions that I perform on the second activity effects all of the users, so the adapter calls notifyDataSetChanged and reset the position to the top of the list. When this happens it mess up the return animation, when I close the second activity and return to the list the data in it been changed so