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