Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Back Stack #89

Closed
georgious070 opened this issue Nov 2, 2018 · 1 comment
Closed

Back Stack #89

georgious070 opened this issue Nov 2, 2018 · 1 comment

Comments

@georgious070
Copy link

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants