Update distance and lines after drag and drop

This commit is contained in:
Alexander Sytnyk 2017-10-02 18:31:12 +03:00
parent a19959e43f
commit 1c493d0f7d

View file

@ -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;
}