mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 22:54:01 +02:00
Remove thumbnail for colored animated emoji.
This commit is contained in:
parent
6710372d27
commit
93793d8bdd
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ void Sticker::draw(Painter &p, const QRect &r, bool selected) {
|
|||
|
||||
if (_lottie && _lottie->ready()) {
|
||||
paintLottie(p, r, selected);
|
||||
} else if (!_lottie || !_replacements) {
|
||||
} else if (!sticker->animated || !_replacements) {
|
||||
paintPixmap(p, r, selected);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue