no message
This commit is contained in:
@@ -78,6 +78,7 @@ public class V2XRoadEventVH extends V2XBaseViewHolder<V2XEventShowEntity> {
|
||||
private MarkerExploreWay mNoveltyInfo;
|
||||
private V2XRoadEventEntity mV2XRoadEventEntity;
|
||||
private V2XEventShowEntity mV2XEventShowEntity;
|
||||
private V2XRoadVideoCarScenario mV2XRoadVideoCarScenario;
|
||||
|
||||
// 拨打车聊聊语音回调
|
||||
private V2XVoiceCallbackListener v2XVoiceCallbackCallListener = new V2XVoiceCallbackListener() {
|
||||
@@ -289,7 +290,8 @@ public class V2XRoadEventVH extends V2XBaseViewHolder<V2XEventShowEntity> {
|
||||
Log.d(TAG,"马上展示图片/视频资源");
|
||||
V2XMessageEntity v2XMessageEntity = new V2XMessageEntity<>();
|
||||
v2XMessageEntity.setContent(v2XEventShowEntity);
|
||||
V2XRoadVideoCarScenario.getInstance().init(v2XMessageEntity);
|
||||
mV2XRoadVideoCarScenario = V2XRoadVideoCarScenario.getInstance();
|
||||
mV2XRoadVideoCarScenario.init(v2XMessageEntity);
|
||||
}
|
||||
}
|
||||
/**
|
||||
|
||||
@@ -33,7 +33,7 @@ public class V2XRoadVideoCarScenario extends AbsV2XScenario<V2XEventShowEntity>
|
||||
|
||||
}
|
||||
}
|
||||
return new V2XRoadVideoCarScenario();
|
||||
return sV2XRoadVideoCarScenario;
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -42,7 +42,6 @@ public class V2XRoadVideoCarScenario extends AbsV2XScenario<V2XEventShowEntity>
|
||||
setV2XMessageEntity(v2XMessageEntity);
|
||||
show();
|
||||
} catch (Exception e) {
|
||||
Log.d(TAG, "pppp" + e.getMessage());
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user