Add actions for description
This commit is contained in:
parent
bad486c73a
commit
180d4f23e4
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue