Reply action: harmonize condition #1173
Labels
A-Reply
O-Uncommon
Most users are unlikely to come across this or unexpected workflow
S-Minor
Impairs non-critical functionality or suitable workarounds exist
T-Defect
Something isn't working: bugs, crashes, hangs and other reported problems
Z-Polish
There are 2 places were we compute if a message can be replied or not:
In the
ActionListPresenter
, here, for the action displayed when long pressing on an Eventand in the
TimelinePresenter
here, as a global boolean for the timeline, to enable or not the swipe gesture to trigger the reply mode.All of this is valid, but incomplete. We should create a helper to compute if replying to a message is possible. Also this helper could consider the message type to prevent reply on some of them. If centralized this is easier.
Currently under certain circumstance, the reply may be possible on one place and not in the other, i.e. not in the ActionList, but gesture is enabled, or in the ActionList, but gesture is not available.
The text was updated successfully, but these errors were encountered: