shared_string_show_on_map (3)
This commit is contained in:
parent
c2b48108a5
commit
54a9c8133a
2 changed files with 1 additions and 2 deletions
|
@ -1572,7 +1572,6 @@ Afghanistan, Albania, Algeria, Andorra, Angola, Anguilla, Antigua and Barbuda, A
|
|||
<string name="update_poi_file_not_found">Local file to maintain POI changes not found and could not be created.</string>
|
||||
<string name="button_upgrade_osmandplus">Upgrade OsmAnd+</string>
|
||||
<string name="map_version_changed_info">Server contains map files not compatible with your current version of the application. To download and use them, please upgrade the application to newer version.</string>
|
||||
<string name="show_gpx_route">Show on map</string>
|
||||
<string name="poi_filter_nominatim">Online Nominatim</string>
|
||||
<string name="search_position_current_location_search">Searching position…</string>
|
||||
<string name="search_position_current_location_found">Position (found)</string>
|
||||
|
|
|
@ -329,7 +329,7 @@ public class AvailableGPXFragment extends OsmandExpandableListFragment {
|
|||
if (itemId == R.string.local_index_mi_reload) {
|
||||
asyncLoader = new LoadGpxTask();
|
||||
asyncLoader.execute(getActivity());
|
||||
} else if (itemId == R.string.show_gpx_route) {
|
||||
} else if (itemId == R.string.shared_string_show_on_map) {
|
||||
openShowOnMapMode();
|
||||
} else if (itemId == R.string.shared_string_delete) {
|
||||
openSelectionMode(itemId, R.drawable.ic_action_delete_dark, R.drawable.ic_action_delete_dark,
|
||||
|
|
Loading…
Reference in a new issue