forked from organicmaps/organicmaps
[storage] Fixed HttpMapFilesDownloader::IsIdle() method.
This commit is contained in:
parent
feaed63782
commit
a717005c98
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ MapFilesDownloader::TProgress HttpMapFilesDownloader::GetDownloadingProgress()
|
|||
bool HttpMapFilesDownloader::IsIdle()
|
||||
{
|
||||
ASSERT(m_checker.CalledOnOriginalThread(), ());
|
||||
return m_request.get() != nullptr;
|
||||
return m_request.get() == nullptr;
|
||||
}
|
||||
|
||||
void HttpMapFilesDownloader::Reset()
|
||||
|
|
Loading…
Add table
Reference in a new issue