android: remove call action from chat header
Some checks are pending
CI / test (push) Has started running
Some checks are pending
CI / test (push) Has started running
This commit is contained in:
@@ -178,9 +178,6 @@ fun ChatScreen(
|
||||
)
|
||||
}
|
||||
}
|
||||
Button(onClick = { /* call action placeholder */ }) {
|
||||
Text("Call")
|
||||
}
|
||||
Button(onClick = onLoadMore, enabled = !state.isLoadingMore) {
|
||||
Text("⋮")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user