You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 15, 2026. It is now read-only.
It's a nice sample you have here bro... Well done.. So I noticed a few things.
First, you didn't handle back button for the fragment; so how would you go about it?
Also, In a situation where there's a deep nesting of fragments, for instance, you have extra two fragments; not on the bottom navigation but is called on click of a button in any of the fragments. How would you handle that? as well as in addition to a back button.
I'm asking cos I'm currently experiencing a nasty bug and wouldn't like to venture into maintaining a complicated fragment stack. Thanks
It's a nice sample you have here bro... Well done.. So I noticed a few things.
First, you didn't handle back button for the fragment; so how would you go about it?
Also, In a situation where there's a deep nesting of fragments, for instance, you have extra two fragments; not on the bottom navigation but is called on click of a button in any of the fragments. How would you handle that? as well as in addition to a back button.
I'm asking cos I'm currently experiencing a nasty bug and wouldn't like to venture into maintaining a complicated fragment stack. Thanks