Fix processing points after saving
This commit is contained in:
parent
ccccf81330
commit
aa35e2cb1a
1 changed files with 3 additions and 1 deletions
|
@ -576,8 +576,10 @@ public class MeasurementToolFragment extends Fragment {
|
|||
}
|
||||
if (showOnMap) {
|
||||
SelectedGpxFile sf = activity.getMyApplication().getSelectedGpxHelper().selectGpxFile(gpx, true, false);
|
||||
if (newGpxLine != null && sf != null) {
|
||||
sf.processPoints();
|
||||
}
|
||||
}
|
||||
return res;
|
||||
}
|
||||
return null;
|
||||
|
|
Loading…
Reference in a new issue