Remove send message section until it's actually implemented (#632)

Fixes: #616
This commit is contained in:
Johannes Marbach
2023-06-19 17:24:34 +02:00
committed by GitHub
parent 99b1fd9879
commit c63cba2cb8
11 changed files with 24 additions and 23 deletions

View File

@@ -89,9 +89,10 @@ fun RoomMemberDetailsView(
Spacer(modifier = Modifier.height(26.dp))
SendMessageSection(onSendMessage = {
// TODO implement send DM
})
// TODO implement send DM
// SendMessageSection(onSendMessage = {
// ...
// })
if (!state.isCurrentUser) {
BlockUserSection(state)