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
When an item in the bottom nav is selected, the new fragment is replaced by the old one. This would cause problems when handling the back-stack. Hence the fragments must be added to the back stack, instead of replacing them
When an item in the bottom nav is selected, the new fragment is replaced by the old one. This would cause problems when handling the back-stack. Hence the fragments must be added to the back stack, instead of replacing them