Tiny fix
This commit is contained in:
parent
1ce6611c81
commit
224fc350be
1 changed files with 1 additions and 1 deletions
|
@ -395,7 +395,7 @@ public class ShowRouteInfoDialogFragment extends DialogFragment {
|
||||||
gpxItem);
|
gpxItem);
|
||||||
|
|
||||||
final MapRouteInfoMenu mapRouteInfoMenu = activity.getMapLayers().getMapControlsLayer().getMapRouteInfoMenu();
|
final MapRouteInfoMenu mapRouteInfoMenu = activity.getMapLayers().getMapControlsLayer().getMapRouteInfoMenu();
|
||||||
if (mapRouteInfoMenu.isVisible()) {
|
if (MapRouteInfoMenu.isVisible()) {
|
||||||
// We arrived here by the route info menu.
|
// We arrived here by the route info menu.
|
||||||
// First, we close it and then show the details.
|
// First, we close it and then show the details.
|
||||||
mapRouteInfoMenu.setOnDismissListener(new OnDismissListener() {
|
mapRouteInfoMenu.setOnDismissListener(new OnDismissListener() {
|
||||||
|
|
Loading…
Reference in a new issue