mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Fix emoji button with disabled animations.
This commit is contained in:
@@ -201,7 +201,7 @@ void EmojiButton::paintEvent(QPaintEvent *e) {
|
||||
: (over
|
||||
? st::historyEmojiCircleFgOver
|
||||
: st::historyEmojiCircleFg));
|
||||
if (_loading && anim::Disabled()) {
|
||||
if (anim::Disabled() && _loading && _loading->animating()) {
|
||||
anim::DrawStaticLoading(
|
||||
p,
|
||||
inner,
|
||||
|
Reference in New Issue
Block a user