[storage] got rid downloading several files for one map file.

This commit is contained in:
Arsentiy Milchakov 2019-09-19 15:59:14 +03:00 committed by mpimenov
parent 59f97dfefb
commit c2c0af5748

View file

@ -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)