forked from organicmaps/organicmaps
[android] Fixed navigation start from my position
This commit is contained in:
parent
0b497913f2
commit
cb41d042c4
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,7 @@ public class RoutingController implements TaxiManager.TaxiListener
|
|||
|
||||
MapObject my = LocationHelper.INSTANCE.getMyPosition();
|
||||
|
||||
if (my == null || MapObject.isOfType(MapObject.MY_POSITION, getStartPoint()))
|
||||
if (my == null || !MapObject.isOfType(MapObject.MY_POSITION, getStartPoint()))
|
||||
{
|
||||
Statistics.INSTANCE.trackEvent(Statistics.EventName.ROUTING_START_SUGGEST_REBUILD);
|
||||
AlohaHelper.logClick(AlohaHelper.ROUTING_START_SUGGEST_REBUILD);
|
||||
|
|
Loading…
Add table
Reference in a new issue