Merge pull request #2509 from vitorpamplona/claude/fix-group-nav-stack-QioA1

Fix navigation stack handling when creating marmot groups
This commit is contained in:
Vitor Pamplona
2026-04-22 16:56:28 -04:00
committed by GitHub
@@ -80,7 +80,7 @@ fun CreateGroupScreen(
name = groupName.trim(), name = groupName.trim(),
description = "", description = "",
) )
nav.nav(Route.MarmotGroupChat(nostrGroupId)) nav.popUpTo(Route.MarmotGroupChat(nostrGroupId), Route.CreateMarmotGroup::class)
} catch (e: Exception) { } catch (e: Exception) {
isCreating = false isCreating = false
launch(Dispatchers.Main) { launch(Dispatchers.Main) {