diff --git a/OsmAnd/src/net/osmand/plus/measurementtool/MeasurementToolFragment.java b/OsmAnd/src/net/osmand/plus/measurementtool/MeasurementToolFragment.java index 98a4c0714a..02ebd2f0ad 100644 --- a/OsmAnd/src/net/osmand/plus/measurementtool/MeasurementToolFragment.java +++ b/OsmAnd/src/net/osmand/plus/measurementtool/MeasurementToolFragment.java @@ -1106,6 +1106,9 @@ public class MeasurementToolFragment extends Fragment { if (measurementToolLayer != null) { measurementToolLayer.getMeasurementPoints().clear(); } + if (pointsListOpened) { + hidePointsList(); + } if (newGpxLine != null) { GPXFile gpx = newGpxLine.getGpxFile(); Intent newIntent = new Intent(mapActivity, mapActivity.getMyApplication().getAppCustomization().getTrackActivity());