fix typo
This commit is contained in:
parent
befcfae339
commit
0a5fae38b5
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue