restore original for now

This commit is contained in:
sonora 2013-06-12 02:00:13 +02:00
parent 50726ee6ce
commit a7b2c5d148

View file

@ -1309,18 +1309,16 @@ public class MapActivityActions implements DialogProvider {
settings.insertIntermediatePoint(lat, lon, name, 0, true);
}
targetPointsHelper.updatePointsFromSettings();
// Issue 1929:
openIntermediatePointsDialog();
//MapActivity.launchMapActivityMoveToTop(act);
// Issue 1929: IntermediatePointsDialog.openIntermediatePointsDialog(mapActivity);
MapActivity.launchMapActivityMoveToTop(act);
}
});
builder.show();
} else {
settings.setPointToNavigate(lat, lon, true, name);
targetPointsHelper.updatePointsFromSettings();
// Issue 1929:
openIntermediatePointsDialog();
//MapActivity.launchMapActivityMoveToTop(act);
// Issue 1929: IntermediatePointsDialog.openIntermediatePointsDialog(mapActivity);
MapActivity.launchMapActivityMoveToTop(act);
}
}