Enable swipe to reply on voice messages (#1668)
With the new waveform view it does not conflict anymore.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user