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); settings.insertIntermediatePoint(lat, lon, name, 0, true);
} }
targetPointsHelper.updatePointsFromSettings(); targetPointsHelper.updatePointsFromSettings();
// Issue 1929: // Issue 1929: IntermediatePointsDialog.openIntermediatePointsDialog(mapActivity);
openIntermediatePointsDialog(); MapActivity.launchMapActivityMoveToTop(act);
//MapActivity.launchMapActivityMoveToTop(act);
} }
}); });
builder.show(); builder.show();
} else { } else {
settings.setPointToNavigate(lat, lon, true, name); settings.setPointToNavigate(lat, lon, true, name);
targetPointsHelper.updatePointsFromSettings(); targetPointsHelper.updatePointsFromSettings();
// Issue 1929: // Issue 1929: IntermediatePointsDialog.openIntermediatePointsDialog(mapActivity);
openIntermediatePointsDialog(); MapActivity.launchMapActivityMoveToTop(act);
//MapActivity.launchMapActivityMoveToTop(act);
} }
} }