DJTai/beach-rendezvous

Backstack should be empty after joining/creating an event

Closed this issue · 1 comments

DJTai commented

Bug: When the user joins/creates an event, they are brought back to the home screen BUT are still allowed to press back - this shouldn't be.

Likely Issue: The MainMenu fragment is added to the backstack after joining/creating an event.

Possible Fix: Instead of adding MainMenu to the backstack, just pop the backstack until the user is at home.

DJTai commented

After some testing, the issue seems to have been resolved with the commits 315f0bf and 1594e20