changed the traffic light style
This commit is contained in:
@@ -23,7 +23,7 @@ import com.mogo.eagle.core.function.call.base.CallerBase
|
||||
object CallerHmiManager : CallerBase() {
|
||||
private val waringProviderApi
|
||||
get() = ARouter.getInstance().build(MoGoFragmentPaths.PATH_FRAGMENT_HMI)
|
||||
.navigation() as? IMoGoWaringProvider;
|
||||
.navigation() as? IMoGoWaringProvider
|
||||
|
||||
/**
|
||||
* 隐藏 脉速表
|
||||
@@ -125,6 +125,13 @@ object CallerHmiManager : CallerBase() {
|
||||
return waringProviderApi?.isWarningTrafficLightShow() ?: false
|
||||
}
|
||||
|
||||
/**
|
||||
* 关闭红绿灯倒计时
|
||||
*/
|
||||
fun disableWarningTrafficLightCountDown(){
|
||||
waringProviderApi?.disableWarningTrafficLightCountDown()
|
||||
}
|
||||
|
||||
/**
|
||||
* 修改红灯倒计时
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user