[drape] Fixed my position snapping

This commit is contained in:
Roman Kuznetsov 2019-01-30 21:29:53 +03:00 committed by Daria Volvenkova
parent 8e6916cc75
commit 65c07dc58f

View file

@ -176,6 +176,7 @@ MyPositionController::MyPositionController(Params && params, ref_ptr<DrapeNotifi
else if (m_hints.m_isLaunchByDeepLink)
{
m_desiredInitMode = location::NotFollow;
m_allowToFollowAfterObsoletePosition = false;
}
else if (params.m_timeInBackground >= kMaxTimeInBackgroundSec)
{
@ -349,6 +350,7 @@ void MyPositionController::NextMode(ScreenBase const & screen)
if (IsWaitingForLocation())
{
m_notFollowAfterPending = false;
m_desiredInitMode = location::Follow;
alohalytics::LogEvent(kAlohalyticsClickEvent,
LocationModeStatisticsName(location::PendingPosition));