Update stored downloading queue after canceling downloading one of mwms

This commit is contained in:
Sergey Yershov 2016-03-01 16:21:03 +03:00
parent 044cf9e9d1
commit cf12e48653

View file

@ -1417,6 +1417,7 @@ void Storage::CancelDownloadNode(TCountryId const & countryId)
ASSERT(!groupNode, ());
DeleteNode(descendantId);
});
SaveDownloadQueue();
}
void Storage::RetryDownloadNode(TCountryId const & countryId)