Fix dest test

This commit is contained in:
Alexey Kulish 2016-08-02 17:07:50 +03:00
parent 596461177b
commit 93f05e4363

View file

@ -567,13 +567,10 @@ public class MapActivity extends OsmandActionBarActivity implements DownloadEven
app.getDownloadThread().setUiActivity(this); app.getDownloadThread().setUiActivity(this);
//if (mapViewTrackingUtilities.getShowRouteFinishDialog()) { if (mapViewTrackingUtilities.getShowRouteFinishDialog()) {
DestinationReachedMenu.show(this); DestinationReachedMenu.show(this);
//mapViewTrackingUtilities.setShowRouteFinishDialog(false); mapViewTrackingUtilities.setShowRouteFinishDialog(false);
//} }
DestinationReachedMenu.show(this);
DestinationReachedMenu.show(this);
DestinationReachedMenu.show(this);
routingHelper.addListener(this); routingHelper.addListener(this);
app.getMapMarkersHelper().addListener(this); app.getMapMarkersHelper().addListener(this);