2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Fix build on Windows.

This commit is contained in:
John Preston
2024-07-31 17:03:50 +02:00
parent db80096e6b
commit 813d0501da
2 changed files with 5 additions and 5 deletions

View File

@@ -1735,7 +1735,7 @@ void StickersListWidget::showStickerSetBox(
document->owner().stickers().updated(
Data::StickersType::Stickers)
) | rpl::start_with_next([=, weak = Ui::MakeWeak(this)] {
if (weak.get()) {
if (weak.data()) {
showStickerSetBox(document, setId);
}
lifetime->destroy();