mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Remove testing code in stickers view.
This commit is contained in:
parent
d2e6e7adf2
commit
aece7c1096
1 changed files with 0 additions and 2 deletions
|
@ -151,8 +151,6 @@ QSize Sticker::GetAnimatedEmojiSize(
|
|||
|
||||
void Sticker::draw(Painter &p, const QRect &r, bool selected) {
|
||||
ensureDataMediaCreated();
|
||||
paintPath(p, r, selected);
|
||||
return;
|
||||
if (readyToDrawLottie()) {
|
||||
paintLottie(p, r, selected);
|
||||
} else if (!_data->sticker()
|
||||
|
|
Loading…
Add table
Reference in a new issue