[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