[6.6.0] update socket versio and fix bug of nullpointEx

This commit is contained in:
EmArrow
2024-08-08 14:26:05 +08:00
parent 579d706cbf
commit 41f762cbdd
2 changed files with 15 additions and 15 deletions

View File

@@ -167,10 +167,10 @@ class BusFragment : BaseBusTabFragment<BusFragment?, BusPresenter?>(),
arrivingOrArrivedIndex: Int,
isArrived: Boolean
) {
if (activity == null) {
return
}
UiThreadHandler.post(Runnable {
if (activity == null) {
return@Runnable
}
if (stationList == null) {
// 获取小巴数据失败
return@Runnable

View File

@@ -64,21 +64,21 @@ bytex.ASM_API=ASM7
LOGLIB_VERSION=1.10.18
######## MogoAiCloudSDK Version ########
# 网络请求LOGLIB_VERSION
MOGO_NETWORK_VERSION=1.4.7.26
MOGO_NETWORK_VERSION=1.4.7.28
# 鉴权
MOGO_PASSPORT_VERSION=1.4.7.26
MOGO_PASSPORT_VERSION=1.4.7.28
# 长链接
MOGO_SOCKET_VERSION=1.4.7.26
MOGO_SOCKET_VERSION=1.4.7.28
# 数据采集
MOGO_REALTIME_VERSION=1.4.7.26
MOGO_REALTIME_VERSION=1.4.7.28
# 直播推流
MOGO_LIVE_VERSION=1.4.7.26
MOGO_LIVE_VERSION=1.4.7.28
# 直播拉流
MOGO_TRAFFICLIVE_VERSION=1.4.7.26
MOGO_TRAFFICLIVE_VERSION=1.4.7.28
# 定位服务
MOGO_LOCATION_VERSION=1.4.7.26
MOGO_LOCATION_VERSION=1.4.7.28
# 远程通讯模块
MOGO_TELEMATIC_VERSION=1.4.7.26
MOGO_TELEMATIC_VERSION=1.4.7.28
######## MogoAiCloudSDK Version ########
# 自研地图
MAP_SDK_VERSION=3.4.0.6
@@ -90,8 +90,8 @@ WEBSOCKET_VERSION=1.1.7
applicationId=com.mogo.launcer
applicationName=IntelligentPilot
# RoboBus司机端2.5.1RoboTaxi司机端2.5.1RoboTaxi乘客端1.0.0
versionCode=6005000
versionName=6.5.0
versionCode=6006000
versionName=6.6.0
################# 新架构模块Maven版本管理 #################
MOGO_CORE_FUNCTION_HMI_VERSION=0.0.58.10
@@ -149,7 +149,7 @@ MATRIX_VERSION=2.0.8
# 公交模式司机端版本号
DRIVER_VERSION=6.5.0
DRIVER_VERSION=6.6.0
# 公交模式乘客端端版本号
PASSENGER_VERSION=5.5.0
PASSENGER_VERSION=5.6.0