Added turning off location following in choose-position mode

This commit is contained in:
r.kuznetsov 2016-03-21 17:22:03 +03:00 committed by Sergey Yershov
parent 394923caee
commit 1caa286b1f

View file

@ -440,6 +440,7 @@ void DrapeEngine::EnableChoosePositionMode(bool enable)
m_choosePositionMode = enable;
if (enable)
{
StopLocationFollow();
m_threadCommutator->PostMessage(ThreadsCommutator::ResourceUploadThread,
make_unique_dp<ShowChoosePositionMarkMessage>(),
MessagePriority::High);