Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
32584abde2
1 changed files with 2 additions and 1 deletions
|
@ -82,7 +82,8 @@ public class MapRouteInfoControl extends MapControls implements IRouteInformatio
|
||||||
}
|
}
|
||||||
contextMenu.setLocation(latlon, null);
|
contextMenu.setLocation(latlon, null);
|
||||||
showDialog();
|
showDialog();
|
||||||
return true;
|
//Check if this fixes the Issue of route-recalculation not starting when From point is changed while previous route was not finished
|
||||||
|
//return true;
|
||||||
}
|
}
|
||||||
return super.onSingleTap(point, tileBox);
|
return super.onSingleTap(point, tileBox);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue