Added actions dialog on FAB click
This commit is contained in:
parent
fad7e89d1e
commit
7030655b89
1 changed files with 3 additions and 2 deletions
|
@ -285,9 +285,10 @@ public class MapContextMenu extends MenuTitleController {
|
|||
}
|
||||
|
||||
public void fabPressed() {
|
||||
mapActivity.getMapActions().directionTo(latLon.getLatitude(), latLon.getLongitude());
|
||||
mapActivity.getMapActions().showNavigationContextMenuPoint(latLon.getLatitude(), latLon.getLongitude());
|
||||
//mapActivity.getMapActions().directionTo(latLon.getLatitude(), latLon.getLongitude());
|
||||
hide();
|
||||
mapActivity.getMapLayers().getMapControlsLayer().showRouteInfoControlDialog();
|
||||
//mapActivity.getMapLayers().getMapControlsLayer().showRouteInfoControlDialog();
|
||||
}
|
||||
|
||||
public void buttonWaypointPressed() {
|
||||
|
|
Loading…
Reference in a new issue