Return transition not working correctly when using fragment shared transitions
问题 I have 2 fragments ListMovieFragment and DetailMovieFragment . I have an interface in ListMovieFragment that is implemented in the MainActivity . I am using shared element transition ; when I click the image view in ListMovieFragment the onMovieSelected is called in the MainActivity . Transitioning from the ListMovieFragment works. But when I click the back button, transitioning from the DetailMovieFragment to the ListMovieFragment fails to work. Here is the MainActivity. I think I have got