changed the traffic light style

This commit is contained in:
zhongchao
2022-03-31 16:51:29 +08:00
parent 55bc199f0d
commit 8f752158e8
26 changed files with 407 additions and 424 deletions

View File

@@ -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()
}
/**
* 修改红灯倒计时
*/