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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user