android: remove call action from chat header
Some checks are pending
CI / test (push) Has started running

This commit is contained in:
Codex
2026-03-09 14:18:19 +03:00
parent 93a9f70669
commit c835dfda15
3 changed files with 5 additions and 4 deletions

View File

@@ -178,9 +178,6 @@ fun ChatScreen(
)
}
}
Button(onClick = { /* call action placeholder */ }) {
Text("Call")
}
Button(onClick = onLoadMore, enabled = !state.isLoadingMore) {
Text("")
}