Merge branch 'master' of ssh://github.com/osmandapp/Osmand into disable_animations
This commit is contained in:
commit
a552803792
1 changed files with 1 additions and 1 deletions
|
@ -820,7 +820,7 @@ public class MeasurementToolFragment extends Fragment {
|
||||||
gpxFile = result[0];
|
gpxFile = result[0];
|
||||||
SelectedGpxFile selectedGpxFile = mapActivity.getMyApplication().getSelectedGpxHelper().getSelectedFileByPath(gpxFile.path);
|
SelectedGpxFile selectedGpxFile = mapActivity.getMyApplication().getSelectedGpxHelper().getSelectedFileByPath(gpxFile.path);
|
||||||
boolean showOnMap = selectedGpxFile != null;
|
boolean showOnMap = selectedGpxFile != null;
|
||||||
saveExistingGpx(gpxFile, showOnMap, null, false);
|
saveExistingGpx(gpxFile, showOnMap, ActionType.ADD_SEGMENT, false);
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue