Fix crash in sending media with spoilers.

This commit is contained in:
John Preston
2022-12-27 11:24:29 +04:00
parent 11bb4ec615
commit e878ccccb4
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -268,7 +268,7 @@ void Application::run() {
Ui::InitTextOptions();
Ui::StartCachedCorners();
Ui::Emoji::Init();
Ui::PrepareTextSpoilerMask();
Ui::PreloadTextSpoilerMask();
startEmojiImageLoader();
startSystemDarkModeViewer();
Media::Player::start(_audio.get());