This commit is contained in:
sonora 2013-06-13 23:54:59 +02:00
parent befcfae339
commit 0a5fae38b5

View file

@ -1262,6 +1262,7 @@ public class MapActivityActions implements DialogProvider {
// always enable and follow and let calculate it (GPS is not accessible in garage) // always enable and follow and let calculate it (GPS is not accessible in garage)
if(!routingHelper.isRouteBeingCalculated() && !routingHelper.isRouteCalculated() ) { if(!routingHelper.isRouteBeingCalculated() && !routingHelper.isRouteCalculated() ) {
getDirections(null, new LatLon(latitude, longitude), true); getDirections(null, new LatLon(latitude, longitude), true);
}
MapActivity.launchMapActivityMoveToTop(activity); MapActivity.launchMapActivityMoveToTop(activity);
qa.dismiss(); qa.dismiss();
} }