Skip to content

feat(chat): hint "Reply" while the composer is replying - #1429

Merged
bmc08gt merged 1 commit into
code/cashfrom
feat/chat-reply-hint
Sep 8, 2026
Merged

feat(chat): hint "Reply" while the composer is replying#1429
bmc08gt merged 1 commit into
code/cashfrom
feat/chat-reply-hint

Conversation

@bmc08gt

@bmc08gt bmc08gt commented Sep 8, 2026

Copy link
Copy Markdown
Collaborator

The composer hint read "Message" in every state. A reply starts from a swipe or a long press, and once the keyboard comes up over the reply strip there was nothing left in the composer saying the next send would be a reply.

The hint now reads the same state.replyingTo that gates the reply strip, so the placeholder and the strip appear and clear on one state change.

Both hints move to string resources (hint_chatMessage, hint_chatReply) in :apps:flipcash:core, next to the other chat strings. They resolve through the feature's own R because android.nonTransitiveRClass=false, the same way the existing R.string.action_cancelEdit reference in this file does.

The composer's hint read "Message" in every state, so a reply that was
started from a swipe or a long press looked like a new message once the
keyboard covered the reply strip.

The hint now reads the same `state.replyingTo` that gates the strip, so
both appear and clear on one state change. Both hints move to string
resources in `:apps:flipcash:core` alongside the other chat strings.
@bmc08gt bmc08gt self-assigned this Sep 8, 2026
@github-actions github-actions Bot added the type: feature New functionality label Sep 8, 2026
@bmc08gt
bmc08gt merged commit afcdf50 into code/cash Sep 8, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: feature New functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant