Skip to content

Commit

Permalink
Merge pull request #367 from apeun-gidaechi/feature/366-room-create-p…
Browse files Browse the repository at this point in the history
…opback-stack

Feature/Add Room Create Navigate Pop Back Stack on Room Create
  • Loading branch information
8954sood authored Nov 17, 2024
2 parents 472359a + 6de6df0 commit 819ab2d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ internal fun MainScreen(
navHostController.popBackStack()
},
navigateToChatDetail = { chatId, workspaceId, isPersonal ->
navHostController.popBackStack()
navHostController.navigateToChatDetail(
chatRoomId = chatId,
workspaceId = workspaceId,
Expand Down

0 comments on commit 819ab2d

Please sign in to comment.