mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Fix a crash in emoji status set.
This commit is contained in:
parent
af0e87c569
commit
04f040c9c5
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ EmojiFlyAnimation::EmojiFlyAnimation(
|
|||
QRect(
|
||||
rect.topLeft() + QPoint(skipx, skipy),
|
||||
QSize(_flySize, _flySize)),
|
||||
_textColor(),
|
||||
(_textColor ? _textColor() : st::infoPeerBadge.premiumFg->c),
|
||||
clip,
|
||||
crl::now());
|
||||
if (_areaUpdated || _area.isEmpty()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue