forked from organicmaps/organicmaps
[tracking] Changed track reporter start condition to following state.
This commit is contained in:
parent
192e067b15
commit
4929469c9b
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ bool Framework::IsTrackingReporterEnabled() const
|
|||
if (m_currentRouterType != routing::RouterType::Vehicle)
|
||||
return false;
|
||||
|
||||
if (!m_routingSession.IsOnRoute())
|
||||
if (!m_routingSession.IsFollowing())
|
||||
return false;
|
||||
|
||||
bool enableTracking = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue