terrakok / Cicerone

🚦 Cicerone is a lightweight library that makes the navigation in an Android app easy.
Other
2.58k stars 218 forks source link

Back Stack #89

Closed georgious070 closed 4 years ago

georgious070 commented 5 years ago

I have activity A that opens Fragment A1 and then Fragment A2. And when i want to navigate to activity B, how can i remove fragment A2 from back stack without screen blinking , so when i back from activity B to activity A there would be only fragment A1 ?

terrakok commented 4 years ago

I don't recommend use mixed navigation calls between activities and fragments. You should navigate only between fragments or only between activities at once.