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-10 12:49:04 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:29:58 +0300
commitaf9ca3036112619648ab57fdc177e63066954c8d (patch)
treef760da84a827a5e74ea60c26150f38e74dc6f2a2 /map/location_state.cpp
parent2583a32520e09ef459fa58d429121e7d9d7fbb11 (diff)
[core] bug-fix
Diffstat (limited to 'map/location_state.cpp')
-rw-r--r--map/location_state.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/map/location_state.cpp b/map/location_state.cpp
index 1e17a17842..5f43226adc 100644
--- a/map/location_state.cpp
+++ b/map/location_state.cpp
@@ -418,6 +418,8 @@ void State::InvalidatePosition()
SetModeInfo(ChangeMode(m_modeInfo, UnknownPosition));
SetModeInfo(ChangeMode(m_modeInfo, PendingPosition));
}
+ else
+ m_afterPendingMode = Follow;
setIsVisible(false);
invalidate();