diff --git a/OsmAnd/src/net/osmand/plus/sherpafy/SherpafyCustomization.java b/OsmAnd/src/net/osmand/plus/sherpafy/SherpafyCustomization.java index 92c4f12ce8..742c08e3e8 100644 --- a/OsmAnd/src/net/osmand/plus/sherpafy/SherpafyCustomization.java +++ b/OsmAnd/src/net/osmand/plus/sherpafy/SherpafyCustomization.java @@ -306,7 +306,7 @@ public class SherpafyCustomization extends OsmAndAppCustomization { @Override public void prepareLocationMenu(final MapActivity mapActivity, ContextMenuAdapter adapter) { - filter(adapter, R.string.pause_navigation, R.string.continue_navigation, R.string.context_menu_item_directions_to, + filter(adapter, R.string.context_menu_item_directions_to, R.string.context_menu_item_destination_point, R.string.context_menu_item_search, R.string.context_menu_item_share_location/*, R.string.context_menu_item_add_favorite*/); MapActivityLayers layers = mapActivity.getMapLayers();