Skip to content

[HOLD for payment 2022-02-22] Composer does not hide while editing a message on mobile - Reported by @parasharrajat #7265

Description

@mvtglobally

If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!


Action Performed:

  1. Open app
  2. Navigate to any chat
  3. Send messages
  4. Hit Edit to make any changes

Expected Result:

Composer should hide when we edit any message.

Actual Result:

Composer still displayed on the screen above keyboard

Context
Based on this line of code

toggleReportActionComposeView(false);

Composer should hide when we edit any message. I remember it used to happen.
In this commit 243819e.
we only enabled it for Mobile. But we missed to update the
toggleReportActionComposeView(false);
to pass props.isSmallScreen as second param.
It was updated here
toggleReportActionComposeView(true, this.props.isSmallScreenWidth);
. But missed on the above line.

Workaround:

Can the user still use Expensify without this being fixed? Have you informed them of the workaround?

Platform:

Where is this issue occurring?

  • iOS
  • Android
  • Mobile Web

Version Number:
Reproducible in staging?:
Reproducible in production?:
Logs: https://stackoverflow.com/c/expensify/questions/4856
Notes/Photos/Videos: Any additional supporting documentation
IMG_2717

Expensify/Expensify Issue URL:
Issue reported by: @parasharrajat
Slack conversation: https://expensify.slack.com/archives/C01GTK53T8Q/p1641824507232400

View all open jobs on GitHub

Metadata

Metadata

Labels

Awaiting PaymentAuto-added when associated PR is deployed to productionEngineeringExternalAdded to denote the issue can be worked on by a contributorWeeklyKSv2

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions