diff --git a/ui/text/custom_emoji_instance.cpp b/ui/text/custom_emoji_instance.cpp index 96b8395..aa98a72 100644 --- a/ui/text/custom_emoji_instance.cpp +++ b/ui/text/custom_emoji_instance.cpp @@ -706,7 +706,9 @@ bool Instance::ready() { if (state.hasImagePreview()) { return true; } - load(state); + if (!_usage.empty()) { + load(state); + } return false; }, [](Caching &state) { return state.renderer->canMakePreview();