整理项目

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2022-01-18 18:11:28 +08:00
parent 3333d9ce83
commit 4cd2d5f8d8
6 changed files with 11 additions and 15 deletions

View File

@@ -640,7 +640,7 @@ class MoGoHmiFragment : MvpFragment<MoGoWarningContract.View?, WaringPresenter?>
* 显示转向灯效果 TODO
*/
override fun showTurnLight(light: Int) {
Logger.d("liyz", "hmiFragment showTurnLight --- light = $light")
//Logger.d("liyz", "hmiFragment showTurnLight --- light = $light")
// turnLightView?.visibility = View.VISIBLE
turnLightView.setTurnLight(light)
@@ -650,7 +650,7 @@ class MoGoHmiFragment : MvpFragment<MoGoWarningContract.View?, WaringPresenter?>
* 显示刹车效果
*/
override fun showBrakeLight(light: Int) {
Logger.d("liyz", "hmiFragment showBrakeLight --- light = $light")
//Logger.d("liyz", "hmiFragment showBrakeLight --- light = $light")
// brakeView?.visibility = View.VISIBLE
brakeView.setBrakeLight(light)