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 d7e286e74d
commit 679ec376f2
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)