Fixed optimized repaint of message text while send animating.

Related commit: 8638d26156.
This commit is contained in:
23rd
2026-01-05 08:07:22 +03:00
committed by John Preston
parent bac03ac47b
commit 9027e3b7ee
@@ -1901,7 +1901,8 @@ void Message::paintText(
width());
trect.setY(trect.y() + botTop->height);
}
if (!context.clip.intersects(trect)) {
if (!context.clip.intersects(trect)
&& context.skipDrawingParts == PaintContext::SkipDrawingParts::None) {
return;
}
prepareCustomEmojiPaint(p, context, text());