This commit is contained in:
zhongchao
2021-11-10 10:22:44 +08:00
parent a9e378688a
commit 37ddc0ec9a
2 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
package com.mogo.eagle.core.data.trafficlight
fun TrafficLightResult.currentRoadTrafficLight(): TrafficLightStatus {
fun TrafficLightResult.currentRoadTrafficLight(): TrafficLightStatus? {
return TrafficLightStatusHelper.getCurrentRoadTrafficLight(this)
}