修复冲突

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2022-03-11 19:55:59 +08:00
parent 9a44d03347
commit c5b559fec5

View File

@@ -82,9 +82,10 @@ class MoGoHmiFragment : MvpFragment<MoGoWarningContract.View?, WaringPresenter?>
private var upgradeTipsView: (() -> View)? = null
override fun setProxyTrafficLightView(view: IViewTrafficLight) {
mViewTrafficLightVr = view
}
// HMI 视图控件代理
// 红绿灯View代理
private var mViewTrafficLightVr: IViewTrafficLight? = null
override fun vipIdentification(visible: Boolean) {
ThreadUtils.runOnUiThread {