Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorExMix <rahuba.youri@mapswithme.com>2014-10-20 17:30:15 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:31:09 +0300
commit69a1aa859344fef7e69e8b96014f3c4f0c186de5 (patch)
tree434c95240df1b585b441a82eb4489d386ceb13f7 /map/active_maps_layout.cpp
parent74505ead24d0c4c0d64c046371e02d5ea9e6e04f (diff)
[core] send Status changed after group been changed
Diffstat (limited to 'map/active_maps_layout.cpp')
-rw-r--r--map/active_maps_layout.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/active_maps_layout.cpp b/map/active_maps_layout.cpp
index ef25270a4e..18809398ec 100644
--- a/map/active_maps_layout.cpp
+++ b/map/active_maps_layout.cpp
@@ -378,7 +378,6 @@ void ActiveMapsLayout::StatusChangedCallback(TIndex const & index)
if (newStatus == TStatus::EOnDisk)
{
- NotifyStatusChanged(group, position, oldStatus, item.m_status);
if (group != TGroup::EUpToDate)
{
// Here we handle
@@ -408,6 +407,7 @@ void ActiveMapsLayout::StatusChangedCallback(TIndex const & index)
item.m_options = item.m_downloadRequest = options;
NotifyOptionsChanged(group, position, item.m_options, requestOpt);
}
+ NotifyStatusChanged(group, position, oldStatus, item.m_status);
}
else if (newStatus == TStatus::ENotDownloaded)
{