Private
Public Access
1
0

[gtk] only new messages mark as animatable

This commit is contained in:
2026-04-12 16:44:02 -07:00
parent d946e1256e
commit a852f233ee

View File

@@ -383,6 +383,10 @@ private class TranscriptDrawingArea : Widget
items.add(image_layout);
}
// New-message animation is a one-shot effect. Clear the flag after
// scheduling bubble animations so later relayouts do not replay it.
message.should_animate = false;
last_sender = message.sender;
last_date = date;