Fixed incorrect drawing of sending animation bubble with custom themes.

This commit is contained in:
23rd
2025-10-06 20:56:42 +03:00
parent 8007e6d354
commit 766370221b
@@ -392,7 +392,7 @@ void Content::createBubble() {
context.skipDrawingParts = Context::SkipDrawingParts::Content;
context.outbg = currentView->hasOutLayout();
context.translate(paintOffsetLeft, 0);
context.translate(paintOffsetLeft, -context.viewport.y());
p.translate(-paintOffsetLeft, 0);
currentView->draw(p, context);