Remove send message section until it's actually implemented (#632)
Fixes: #616
This commit is contained in:
@@ -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)
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user