This commit is contained in:
lixiaopeng
2022-01-07 15:15:41 +08:00
parent 3a2905d430
commit b1e119619c
3 changed files with 4 additions and 4 deletions

View File

@@ -79,8 +79,6 @@ public class OnAdasListenerAdapter implements OnAdasListener {
Logger.e(TAG, "bean == null ");
}
AutopilotCarStateInfo autopilotCarStateInfo = AdasObjectUtils.INSTANCE.fromAdasCarStateInfoObject(carStateInfo);
CallerAutopilotCarStatusListenerManager.INSTANCE.invokeAutopilotCarStateData(autopilotCarStateInfo);
}