forked from organicmaps/organicmaps-tmp
Update stored downloading queue after canceling downloading one of mwms
This commit is contained in:
parent
044cf9e9d1
commit
cf12e48653
1 changed files with 1 additions and 0 deletions
|
@ -1417,6 +1417,7 @@ void Storage::CancelDownloadNode(TCountryId const & countryId)
|
|||
ASSERT(!groupNode, ());
|
||||
DeleteNode(descendantId);
|
||||
});
|
||||
SaveDownloadQueue();
|
||||
}
|
||||
|
||||
void Storage::RetryDownloadNode(TCountryId const & countryId)
|
||||
|
|
Loading…
Add table
Reference in a new issue