Skip to content
Snippets Groups Projects

Improve UI of forum threads and selected post

Merged Torsten Grote requested to merge 13-forum-threads into main
Files
9
@@ -74,7 +74,8 @@ fun GroupConversationScreen(
)
},
bottomBar = {
GroupInputComposable(viewModel.selectedPost.value) { text ->
val onCloseReply = { viewModel.selectPost(null) }
GroupInputComposable(viewModel.selectedPost.value, onCloseReply) { text ->
viewModel.createPost(viewModel.groupItem, text, viewModel.selectedPost.value?.id)
}
}
Loading