forked from organicmaps/organicmaps
[new downloader] Fix fast migrate
This commit is contained in:
parent
1d33afd38f
commit
463e4837c1
1 changed files with 1 additions and 0 deletions
|
@ -539,6 +539,7 @@ void Framework::RegisterAllMaps()
|
|||
Settings::Get("DisableFastMigrate", disableFastMigrate);
|
||||
if (!disableFastMigrate && !m_storage.HaveDownloadedCountries())
|
||||
{
|
||||
Storage().PrefetchMigrateData();
|
||||
Migrate();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue