forked from organicmaps/organicmaps
Merge pull request #2471 from syershov/MAPSME-514
[new downloader] Save download queue after canceling download node
This commit is contained in:
commit
ed70dd415b
1 changed files with 1 additions and 0 deletions
|
@ -1057,6 +1057,7 @@ bool Storage::DeleteCountryFilesFromDownloader(TCountryId const & countryId, Map
|
|||
{ // A deleted map should not be moved to m_justDownloaded.
|
||||
m_queue.erase(it);
|
||||
}
|
||||
SaveDownloadQueue();
|
||||
}
|
||||
|
||||
if (!m_queue.empty() && m_downloader->IsIdle())
|
||||
|
|
Loading…
Add table
Reference in a new issue