[6.6.0] update socket versio and fix bug of nullpointEx
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user