mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-02-25 01:50:36 +00:00
parent
77719750ee
commit
07cc05f62e
@ -1120,6 +1120,9 @@ void Gif::validateGroupedCache(
|
||||
&& thumb->height() < kUseNonBlurredThreshold));
|
||||
if (good && !useGood) {
|
||||
good->load({});
|
||||
if (!useThumb) {
|
||||
_data->loadThumbnail(_realParent->fullId());
|
||||
}
|
||||
}
|
||||
|
||||
const auto loadLevel = useGood ? 3 : useThumb ? 2 : image ? 1 : 0;
|
||||
|
Loading…
Reference in New Issue
Block a user