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(),
|
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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user