mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-03 16:05:57 +00:00
Fix reaction images loading.
This commit is contained in:
@@ -87,6 +87,7 @@ void Reactions::preloadImageFor(const QString &emoji) {
|
|||||||
if (document) {
|
if (document) {
|
||||||
loadImage(set, document);
|
loadImage(set, document);
|
||||||
} else if (!_waitingForList) {
|
} else if (!_waitingForList) {
|
||||||
|
_waitingForList = true;
|
||||||
refresh();
|
refresh();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user