forked from organicmaps/organicmaps
Adding detailed comment to ASSERT.
This commit is contained in:
parent
14117ab4de
commit
f14d17d55e
1 changed files with 2 additions and 1 deletions
|
@ -512,7 +512,8 @@ void Framework::UpdateAfterDownload(string const & fileName, TMapOptions opt)
|
|||
|
||||
void Framework::RegisterAllMaps()
|
||||
{
|
||||
ASSERT(!Storage().IsDownloadInProgress(), ());
|
||||
ASSERT(!Storage().IsDownloadInProgress(),
|
||||
("Registering maps while map downloading leads to removing downloading maps from ActiveMapsListener::m_items."));
|
||||
//ASSERT(m_model.IsEmpty(), ());
|
||||
|
||||
int minVersion = numeric_limits<int>::max();
|
||||
|
|
Loading…
Add table
Reference in a new issue