forked from organicmaps/organicmaps
[storage] got rid downloading several files for one map file.
This commit is contained in:
parent
59f97dfefb
commit
c2c0af5748
1 changed files with 0 additions and 6 deletions
|
@ -819,12 +819,6 @@ void Storage::OnMapFileDownloadFinished(HttpRequest::Status status,
|
|||
QueuedCountry & queuedCountry = m_queue.front();
|
||||
CountryId const countryId = queuedCountry.GetCountryId();
|
||||
|
||||
if (success && queuedCountry.SwitchToNextFile())
|
||||
{
|
||||
DownloadNextFile(queuedCountry);
|
||||
return;
|
||||
}
|
||||
|
||||
// Send statistics to PushWoosh. We send these statistics only for the newly downloaded
|
||||
// mwms, not for updated ones.
|
||||
if (success && queuedCountry.GetInitOptions() != MapOptions::Diff)
|
||||
|
|
Loading…
Add table
Reference in a new issue