mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-04 11:00:46 +00:00
Fix crash from background access to style::icon-s.
This commit is contained in:
@@ -1632,6 +1632,7 @@ void SessionController::cacheChatTheme(
|
||||
this,
|
||||
result = std::make_shared<Ui::ChatTheme>(std::move(descriptor))
|
||||
]() mutable {
|
||||
result->finishCreateOnMain();
|
||||
cacheChatThemeDone(std::move(result));
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user