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