forked from organicmaps/organicmaps
[storage] crash fix on diff applying
This commit is contained in:
parent
2989af5dd7
commit
67bb01c0ad
1 changed files with 1 additions and 1 deletions
|
@ -1453,7 +1453,7 @@ void Storage::OnDiffStatusReceived(diffs::Status const status)
|
|||
ASSERT_THREAD_CHECKER(m_threadChecker, ());
|
||||
if (!isSuccess)
|
||||
{
|
||||
OnDownloadFailed(countryId);
|
||||
m_failedCountries.insert(countryId);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue