renamed method.
This commit is contained in:
parent
2e2f266b1c
commit
820e568793
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ public class RoutePointsLayer extends OsmandMapLayer implements ContextMenuLaye
|
|||
plugin.getCurrentRoute().navigateToPoint(point);
|
||||
plugin.saveGPXAsync();
|
||||
} else if (itemId == R.string.navigate_to_next){
|
||||
plugin.getCurrentRoute().naviateToNextPoint();
|
||||
plugin.getCurrentRoute().navigateToNextPoint();
|
||||
plugin.saveGPXAsync();
|
||||
}
|
||||
map.refreshMap();
|
||||
|
|
Loading…
Reference in a new issue