kyleb13 / MobileAppsGroup1

Our group project for the Android mobile app in TCSS450 class.
2 stars 1 forks source link

Backstack is not behaving correctly #65

Open sam2b opened 5 years ago

sam2b commented 5 years ago

Even though I'm calling Tools.clearBackstack(fragmentManager), the back stack is not clearing.

nguyek commented 5 years ago

Maybe try using Intent flags when launching activities? I'm not 100% sure. Since theres activity stack and fragment stack, i believe...