Do the expected navigation
This commit is contained in:
@@ -154,9 +154,7 @@ fun ChatRoomCreationScreen(
|
||||
Button(
|
||||
onClick = {
|
||||
chatRoomCreationViewModel.createChatRoom(
|
||||
onNavigateToChatRoom = {
|
||||
|
||||
}
|
||||
onNavigateToChatRoom = onNavigateToChatRoom
|
||||
)
|
||||
}
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user