Fix dest test
This commit is contained in:
parent
596461177b
commit
93f05e4363
1 changed files with 3 additions and 6 deletions
|
@ -567,13 +567,10 @@ public class MapActivity extends OsmandActionBarActivity implements DownloadEven
|
|||
|
||||
app.getDownloadThread().setUiActivity(this);
|
||||
|
||||
//if (mapViewTrackingUtilities.getShowRouteFinishDialog()) {
|
||||
if (mapViewTrackingUtilities.getShowRouteFinishDialog()) {
|
||||
DestinationReachedMenu.show(this);
|
||||
//mapViewTrackingUtilities.setShowRouteFinishDialog(false);
|
||||
//}
|
||||
DestinationReachedMenu.show(this);
|
||||
DestinationReachedMenu.show(this);
|
||||
DestinationReachedMenu.show(this);
|
||||
mapViewTrackingUtilities.setShowRouteFinishDialog(false);
|
||||
}
|
||||
|
||||
routingHelper.addListener(this);
|
||||
app.getMapMarkersHelper().addListener(this);
|
||||
|
|
Loading…
Reference in a new issue