Remove unnecessary
This commit is contained in:
parent
7420aa8376
commit
5737846b88
1 changed files with 1 additions and 1 deletions
|
@ -751,7 +751,7 @@ public class MeasurementToolFragment extends BaseOsmAndFragment implements Route
|
|||
MapActivity mapActivity = getMapActivity();
|
||||
if (mapActivity != null) {
|
||||
if (editingCtx.getPointsCount() > 0) {
|
||||
if (editingCtx.isNewData() || isInEditMode()) {
|
||||
if (editingCtx.isNewData()) {
|
||||
if (showDialog) {
|
||||
openSaveAsNewTrackMenu(mapActivity);
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue