forked from organicmaps/organicmaps
Fixed download progress
This commit is contained in:
parent
4a6a7f3448
commit
d2d88897c1
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ namespace storage
|
|||
{
|
||||
TLocalAndRemoteSize size = CountryByIndex(m_queue.front()).Size();
|
||||
if (size.second != 0)
|
||||
m_countryProgress.first = (m_countryProgress.second - size.second);
|
||||
m_countryProgress.first = size.first;
|
||||
// activate downloaded map piece
|
||||
string const datFile = GetPlatform().ReadPathForFile(FileFromUrl(url));
|
||||
m_addMap(datFile);
|
||||
|
|
Loading…
Add table
Reference in a new issue