-
Notifications
You must be signed in to change notification settings - Fork 23
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
Don't stack fragments on the back stack #130
Comments
Is this specific to tablet layouts? |
yes |
It would be convenient if fragment manager actions are harmonized as in #113 before looking into this. I further plan to extract common routines into a BaseFragment class. |
I'm not a huge fan of building abstraction layers on top of every Android API. At least that's the common basis everyone is used to. |
✅ Resolved here: EventFahrplan/EventFahrplan@f9fe5ff |
zoff99
pushed a commit
to zoff99/CampFahrplan
that referenced
this issue
Apr 9, 2019
Simplify lecture filtering and counting.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At least for fragments of the same type (lecture details), don't stack them on the back stack if clicked consecutively. If replacing a lecture detail fragment with a different one, also remove it from the back stack.
The text was updated successfully, but these errors were encountered: