2s延时导致距离计算吐司

This commit is contained in:
yangyakun
2023-06-07 10:27:52 +08:00
parent 72c896b97e
commit ecbeff20ca

View File

@@ -716,7 +716,7 @@ object CharterPassengerModel {
CallerLogger.d(M_BUS_P + "calculateDistance", "两点距离和站点的直线距离:${lastSumLength}")
if(lastSumLength>100) {
if (mRoutePoints==null||mRoutePoints?.size == 0){
ToastCharterUtils.showLong("缺少轨迹数据暂停计算")
//ToastCharterUtils.showLong("缺少轨迹数据暂停计算")
CallerLogger.d(M_BUS_P + "calculateDistance两点距离",
"缺少轨迹数据"
)