[3.2.0] 优化M2乘客屏里程计算和主动获取轨迹时机

This commit is contained in:
wangmingjun
2023-05-24 17:58:51 +08:00
parent beacde1fed
commit c58a066243
2 changed files with 10 additions and 2 deletions

View File

@@ -109,7 +109,7 @@ public class BusStationBean {
&& drivingStatus == that.drivingStatus
&& leaving == that.leaving
&& name.equals(that.name)
&& nameKr.equals(that.nameKr);
&& (nameKr == null || nameKr.equals(that.nameKr));
}
@Override