Files
AyuGramDesktop/Telegram
Denys Melnyk 24ccd1c92e Fix crash when finishing the appearing text animation
textAppearCheckLine() runs synchronously from inside the width and
height animation tick callbacks (textAppearWidthCallback /
textAppearHeightCallback). Calling RemoveComponents(TextAppearing::Bit())
there destroys those very animations (and their Ui::Animations::Simple
data) while the animations manager is still iterating them, leading to a
use-after-free / null _data dereference in Simple::value().

Defer the component removal to the next main loop iteration so the
running tick can unwind first.
2026-06-30 12:09:52 +04:00
..
2026-06-25 23:12:11 +04:00
2026-06-09 14:28:13 +04:00
2026-06-26 14:33:16 +04:00
2026-06-09 22:21:08 +04:00
2026-05-25 14:07:23 +04:00