Issue #6187 - Tracks - Show on map button re-opens wrong sub-folder
(cherry picked from commit 231550951e
)
This commit is contained in:
parent
f17358c405
commit
49ea1c418c
1 changed files with 1 additions and 1 deletions
|
@ -414,7 +414,7 @@ public class MeasurementToolFragment extends BaseOsmAndFragment {
|
||||||
@Override
|
@Override
|
||||||
public void onClick(View v) {
|
public void onClick(View v) {
|
||||||
if (editingCtx.getPointsCount() > 0) {
|
if (editingCtx.getPointsCount() > 0) {
|
||||||
if (newGpxData!=null && newGpxData.getActionType()
|
if (newGpxData != null && newGpxData.getActionType()
|
||||||
== NewGpxData.ActionType.EDIT_SEGMENT && editingCtx.isInSnapToRoadMode()) {
|
== NewGpxData.ActionType.EDIT_SEGMENT && editingCtx.isInSnapToRoadMode()) {
|
||||||
if (mapActivity != null && measurementLayer != null) {
|
if (mapActivity != null && measurementLayer != null) {
|
||||||
if (editingCtx.getPointsCount() > 0) {
|
if (editingCtx.getPointsCount() > 0) {
|
||||||
|
|
Loading…
Reference in a new issue