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

clear stack of individual tabs #172

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

clear stack of individual tabs #172

shreknitin89 opened this issue Nov 2, 2018 · 1 comment

Comments

@shreknitin89
Copy link

I tried forking 2.4.0 and added some util methods in FragNavController to accommodate the use case - to clear Tab1 stack completely while I was in Tab2.

But the problem is most of our crashes were due to IllegalStateException while FragNavController try to executePendingTransactions. I saw the previous requests complaining about the same issue on 2.4.0 and moved the executePendingTransactions to after pushing or popping a new fragment but still the crashes appearing after that change.

If you already fixed the issue on 3.0.0 is there an ETA on when that's going to be finalized? I have been waiting for almost 5 months now for the new version.

Second, if you were trying to release 3 sooner could you also include the case I mentioned before - clearing backgrounded tab stack?

@ncapdevi
Copy link
Owner

Fixed in #187 Version 3.1.0

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