mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Added permanent info display to webm stickers with right action.
This commit is contained in:
@@ -1665,6 +1665,7 @@ bool Gif::needInfoDisplay() const {
|
|||||||
return _parent->data()->isSending()
|
return _parent->data()->isSending()
|
||||||
|| _data->uploading()
|
|| _data->uploading()
|
||||||
|| _parent->isUnderCursor()
|
|| _parent->isUnderCursor()
|
||||||
|
|| (_data->sticker() && _parent->rightActionSize())
|
||||||
// Don't show the GIF badge if this message has text.
|
// Don't show the GIF badge if this message has text.
|
||||||
|| (!_parent->hasBubble() && _parent->isLastAndSelfMessage());
|
|| (!_parent->hasBubble() && _parent->isLastAndSelfMessage());
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user