7cc53dc8ba
After creating a Marmot group, the Create Group screen stays on the back stack, so pressing back from the new group chat returns to the empty creation form instead of the Messages screen. Swap `nav.nav` for `nav.popUpTo(..., Route.CreateMarmotGroup::class)` so the creation screen is removed inclusively as we navigate into the group.