mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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(
|
QRect(
|
||||||
rect.topLeft() + QPoint(skipx, skipy),
|
rect.topLeft() + QPoint(skipx, skipy),
|
||||||
QSize(_flySize, _flySize)),
|
QSize(_flySize, _flySize)),
|
||||||
_textColor(),
|
(_textColor ? _textColor() : st::infoPeerBadge.premiumFg->c),
|
||||||
clip,
|
clip,
|
||||||
crl::now());
|
crl::now());
|
||||||
if (_areaUpdated || _area.isEmpty()) {
|
if (_areaUpdated || _area.isEmpty()) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue