Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
acf25629a1
2 changed files with 3 additions and 3 deletions
|
@ -376,7 +376,7 @@ public class MapContextMenu {
|
||||||
public void fabPressed() {
|
public void fabPressed() {
|
||||||
mapActivity.getMapActions().directionTo(latLon.getLatitude(), latLon.getLongitude());
|
mapActivity.getMapActions().directionTo(latLon.getLatitude(), latLon.getLongitude());
|
||||||
hide();
|
hide();
|
||||||
// open navigation menu
|
mapActivity.getMapLayers().getMapControlsLayer().showRouteInfoControlDialog();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void buttonWaypointPressed() {
|
public void buttonWaypointPressed() {
|
||||||
|
|
|
@ -369,8 +369,8 @@ public class MapControlsLayer extends OsmandMapLayer {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void showDialog() {
|
public void showRouteInfoControlDialog() {
|
||||||
mapRouteInfoControlDialog.setShowDialog();
|
mapRouteInfoControlDialog.showHideDialog();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void initControls() {
|
private void initControls() {
|
||||||
|
|
Loading…
Reference in a new issue