mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-10-13 14:16:03 +00:00
@@ -286,10 +286,6 @@ void ResolveDocument(
|
||||
|| document->isVoiceMessage()
|
||||
|| document->isVideoMessage()) {
|
||||
::Media::Player::instance()->playPause({ document, msgId });
|
||||
} else if (item
|
||||
&& document->isAnimation()
|
||||
&& HistoryView::Gif::CanPlayInline(document)) {
|
||||
document->owner().requestAnimationPlayInline(item);
|
||||
} else {
|
||||
showDocument();
|
||||
}
|
||||
|
Reference in New Issue
Block a user