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:
+1
-1
@@ -80,7 +80,7 @@ fun CreateGroupScreen(
|
||||
name = groupName.trim(),
|
||||
description = "",
|
||||
)
|
||||
nav.nav(Route.MarmotGroupChat(nostrGroupId))
|
||||
nav.popUpTo(Route.MarmotGroupChat(nostrGroupId), Route.CreateMarmotGroup::class)
|
||||
} catch (e: Exception) {
|
||||
isCreating = false
|
||||
launch(Dispatchers.Main) {
|
||||
|
||||
Reference in New Issue
Block a user