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

@@ -237,3 +237,7 @@
### Step 38 - Quality/docs / mapper fallback coverage
- Added `MessageMappersTest` to verify reply preview fallback resolution from Room self-relation (`reply_to_message_id`).
- Updated Android master checklist for completed chat list tabs/filters coverage.
### Step 39 - Android scope / remove calls UI
- Removed chat top-bar `Call` action from Android `ChatScreen`.
- Updated Android UI checklist wording to reflect chat header without calls support.