Update distance and lines after drag and drop
This commit is contained in:
parent
a19959e43f
commit
1c493d0f7d
1 changed files with 2 additions and 0 deletions
|
@ -253,6 +253,8 @@ public class PlanRouteFragment extends Fragment implements OsmAndLocationListene
|
|||
// to avoid crash because of:
|
||||
// java.lang.IllegalStateException: Cannot call this method while RecyclerView is computing a layout or scrolling
|
||||
}
|
||||
updateText();
|
||||
showMarkersRouteOnMap();
|
||||
}
|
||||
uiUpdateAllowed = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue