2
0
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:
John Preston
2021-12-31 17:49:52 +03:00
parent df66162bca
commit 5b01f9530b

View File

@@ -87,6 +87,7 @@ void Reactions::preloadImageFor(const QString &emoji) {
if (document) {
loadImage(set, document);
} else if (!_waitingForList) {
_waitingForList = true;
refresh();
}
}