mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-01 17:57:51 +00:00
d2246337a2
Fixes https://bugs.telegram.org/c/35214 Deleting `placeholder` in content->heightValue() resulted in `delete` sometimes being called deep inside the layer->show() which already had a reference to that `placeholder` saved and was accessed after -> crash.