fix: route Leave Group back to the Messages screen
After leaving a Marmot group the user was dropped on the group list; send them to the main Messages tab instead, which is the correct starting point for picking another conversation. https://claude.ai/code/session_01JaeqZwVNLKvUUvXWRzPmRP
This commit is contained in:
+1
-1
@@ -301,7 +301,7 @@ fun MarmotGroupInfoScreen(
|
|||||||
try {
|
try {
|
||||||
accountViewModel.leaveMarmotGroup(nostrGroupId)
|
accountViewModel.leaveMarmotGroup(nostrGroupId)
|
||||||
accountViewModel.account.marmotGroupList.removeGroup(nostrGroupId)
|
accountViewModel.account.marmotGroupList.removeGroup(nostrGroupId)
|
||||||
nav.nav(Route.MarmotGroupList)
|
nav.nav(Route.Message)
|
||||||
} catch (e: Exception) {
|
} catch (e: Exception) {
|
||||||
isLeaving = false
|
isLeaving = false
|
||||||
launch(Dispatchers.Main) {
|
launch(Dispatchers.Main) {
|
||||||
|
|||||||
Reference in New Issue
Block a user