mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-05 17:06:03 +00:00
Fix build for macOS.
This commit is contained in:
@@ -1432,7 +1432,7 @@ void SessionController::cacheChatTheme(const Data::CloudTheme &data) {
|
||||
this,
|
||||
descriptor = std::move(descriptor),
|
||||
weak = base::make_weak(this)
|
||||
]{
|
||||
]() mutable {
|
||||
crl::on_main(weak,[
|
||||
this,
|
||||
result = std::make_shared<Ui::ChatTheme>(std::move(descriptor))
|
||||
|
Reference in New Issue
Block a user