Close points list when exit from measurement mode
This commit is contained in:
parent
dfeaa51292
commit
6cb9b80013
1 changed files with 3 additions and 0 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue