mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Fix reaction images loading.
This commit is contained in:
parent
df66162bca
commit
5b01f9530b
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ void Reactions::preloadImageFor(const QString &emoji) {
|
|||
if (document) {
|
||||
loadImage(set, document);
|
||||
} else if (!_waitingForList) {
|
||||
_waitingForList = true;
|
||||
refresh();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue