Enable swipe to reply on voice messages (#1668)
With the new waveform view it does not conflict anymore.
This commit is contained in:
parent
a07286ace9
commit
ed91930a97
1 changed files with 0 additions and 1 deletions
|
|
@ -40,7 +40,6 @@ fun TimelineItemEventContent.canBeCopied(): Boolean =
|
|||
*/
|
||||
fun TimelineItemEventContent.canBeRepliedTo(): Boolean =
|
||||
when (this) {
|
||||
is TimelineItemVoiceContent, // TODO Voice messages: swipe to reply disabled for now to avoid conflict with audio scrubbing.
|
||||
is TimelineItemRedactedContent,
|
||||
is TimelineItemStateContent,
|
||||
is TimelineItemPollContent -> false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue