2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 22:25:12 +00:00

Call finish takeout. Handle errors.

This commit is contained in:
John Preston
2018-06-21 01:54:59 +01:00
parent fcda883878
commit 36fb6dac89
11 changed files with 113 additions and 14 deletions

View File

@@ -77,7 +77,7 @@ void Session::startExport() {
_exportViewChanges.fire(_exportPanel.get());
_exportPanel->closed(
_exportPanel->stopRequests(
) | rpl::start_with_next([=] {
stopExport();
}, _export->lifetime());