diff --git a/OsmAnd/src/net/osmand/plus/mapcontextmenu/MapContextMenuFragment.java b/OsmAnd/src/net/osmand/plus/mapcontextmenu/MapContextMenuFragment.java index 0c48f3dfb2..bc1fa459ee 100644 --- a/OsmAnd/src/net/osmand/plus/mapcontextmenu/MapContextMenuFragment.java +++ b/OsmAnd/src/net/osmand/plus/mapcontextmenu/MapContextMenuFragment.java @@ -457,7 +457,7 @@ public class MapContextMenuFragment extends BaseOsmAndFragment implements Downlo detailsButton.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View view) { - + menu.openMenuFullScreen(); } }); TextView directionsButton = (TextView) view.findViewById(R.id.context_menu_directions_button);