android: remove legacy single-message action bar
Some checks failed
Android CI / android (push) Has started running
Android Release / release (push) Has been cancelled
CI / test (push) Has been cancelled

This commit is contained in:
Codex
2026-03-10 20:18:11 +03:00
parent 7f1b0e09c5
commit fbe4db02ca
2 changed files with 6 additions and 50 deletions

View File

@@ -1009,3 +1009,9 @@
- Fixed chat bug after closing message context menu by tapping outside:
- selection state now clears on `ModalBottomSheet` dismiss,
- prevents stale single-selection action bar from appearing after menu close.
### Step 137 - Telegram-like message actions cleanup
- Removed legacy single-selection bottom action bar (`Close/Delete/Del for all/Edit`) in chat.
- Message actions are now driven by Telegram-like context UI:
- tap -> context sheet actions,
- long-press -> selection mode flow.