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

Make crl::object_on_queue usages consistent.

This commit is contained in:
John Preston
2019-02-17 15:06:37 +04:00
parent 7c1704e68b
commit c9716f3c72
6 changed files with 83 additions and 82 deletions

View File

@@ -754,7 +754,7 @@ void Session::startExport(const MTPInputPeer &singlePeer) {
_exportPanel->activatePanel();
return;
}
_export = std::make_unique<Export::ControllerWrap>(singlePeer);
_export = std::make_unique<Export::Controller>(singlePeer);
_exportPanel = std::make_unique<Export::View::PanelController>(
_export.get());