Remove testing code in stickers view.

This commit is contained in:
John Preston 2021-07-02 22:11:34 +03:00
parent d2e6e7adf2
commit aece7c1096
1 changed files with 0 additions and 2 deletions

View File

@ -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()