Move variable
This commit is contained in:
parent
85a156d125
commit
a9724b0d14
1 changed files with 1 additions and 1 deletions
|
@ -193,10 +193,10 @@ public class MeasurementEditingContext {
|
|||
snapToRoadPairsToCalculate.add(pair);
|
||||
}
|
||||
}
|
||||
inSnapToRoadMode = true;
|
||||
this.progressBar = progressBar;
|
||||
if (!snapToRoadPairsToCalculate.isEmpty() && this.progressBar != null) {
|
||||
mapActivity.getMyApplication().getRoutingHelper().startRouteCalculationThread(getParams(), true, true);
|
||||
inSnapToRoadMode = true;
|
||||
progressBar.setVisibility(View.VISIBLE);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue