Files
AyuGramDesktop/Telegram/SourceFiles
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-30 09:08:05 +04:00
2026-06-24 15:09:52 +04:00
2026-06-09 14:28:13 +04:00
2026-06-30 09:08:05 +04:00
2026-06-30 09:08:05 +04:00
2026-06-17 13:10:59 +04:00
2026-06-22 22:17:45 +04:00
2026-06-30 09:08:05 +04:00
2026-06-09 14:28:10 +04:00