From cf12e48653588741d07527694b49b3855dae47ac Mon Sep 17 00:00:00 2001 From: Sergey Yershov Date: Tue, 1 Mar 2016 16:21:03 +0300 Subject: [PATCH] Update stored downloading queue after canceling downloading one of mwms --- storage/storage.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/storage/storage.cpp b/storage/storage.cpp index a284dc423f..569cd40b9e 100644 --- a/storage/storage.cpp +++ b/storage/storage.cpp @@ -1417,6 +1417,7 @@ void Storage::CancelDownloadNode(TCountryId const & countryId) ASSERT(!groupNode, ()); DeleteNode(descendantId); }); + SaveDownloadQueue(); } void Storage::RetryDownloadNode(TCountryId const & countryId)