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