2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-04 00:15:42 +00:00

Remove MTP from requestWallPaper interface.

This commit is contained in:
John Preston
2022-08-10 15:24:42 +03:00
parent e9fd249c5a
commit ab3d3a449b
3 changed files with 6 additions and 6 deletions

View File

@@ -552,7 +552,7 @@ bool BackgroundPreviewBox::Start(
controller->show(Box<BackgroundPreviewBox>(
controller,
result.withUrlParams(params)));
}), crl::guard(controller, [=](const MTP::Error &error) {
}), crl::guard(controller, [=] {
controller->show(Ui::MakeInformBox(tr::lng_background_bad_link()));
}));
return true;