- removed confirmation alert, when changing edited message and didn't make changes to the previous message,
- removed the Edit button for the currently edited message.
Details
Details
Tested on iOS:
- entered edit mode,
- tried to edit the same message, checked if the edit button doesn't appear,
- made some changes in the edited message,
- tried to edit another message, checked if the confirmation alert is displayed,
- entered edit mode, didn't make changes, checked if can select another message to edit without confirmation alert,
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
native/chat/chat-input-bar.react.js | ||
---|---|---|
847–848 ↗ | (On Diff #27293) | I had to add newText, to always have the latest version of the draft. It is used when we want to both set a new text state and check if the message has any changes (line 737). |