popupTo property disturbs the exitanim opteration
While Logging out from HomeFragment to LoginFragment everything works fine except the app:exitAnim="@anim/slide_out_right" which doesn't take effect but behaves according to the previous operation while moving from LoginFragment to HomeFragment app:exitAnim="@anim/slide_out_left"
Problem starts when I use the property app:popUpTo="". I just want to exitAnim to right but it moves to the left, don't know why. Thanks for your time and help
Note: while moving back from DetailFragment to...