Merge branch 'feature/v1.0.0' of gitlab.zhidaoauto.com:ecos/yycp-service/Launcher into feature/v1.0.0

This commit is contained in:
wangcongtao
2020-01-17 15:59:23 +08:00
3 changed files with 173 additions and 1 deletions

View File

@@ -955,6 +955,9 @@ public class TanluCardViewFragment extends MvpFragment<IView, Presenter<IView>>
* 绘制线路
*/
private void drawMapLine(List<Center> pointList) {
//避免人为操作,刷新
mMogoStatusManager.setUserInteractionStatus(TanluConstants.MODEL_NAME, true, true);
int intervalNum = Utils.getIntervalValue(pointList.size());
Logger.d(TAG, "drawMapLine intervalNum = " + intervalNum + ">>> pointList.size =" + pointList.size());
int listSize = pointList.size();