Add actions for description

This commit is contained in:
PavelRatushny 2017-12-08 16:07:41 +02:00
parent bad486c73a
commit 180d4f23e4

View file

@ -457,7 +457,7 @@ public class MapContextMenuFragment extends BaseOsmAndFragment implements Downlo
detailsButton.setOnClickListener(new View.OnClickListener() { detailsButton.setOnClickListener(new View.OnClickListener() {
@Override @Override
public void onClick(View view) { public void onClick(View view) {
menu.openMenuFullScreen();
} }
}); });
TextView directionsButton = (TextView) view.findViewById(R.id.context_menu_directions_button); TextView directionsButton = (TextView) view.findViewById(R.id.context_menu_directions_button);