This commit is contained in:
lixiaopeng
2022-01-24 17:36:32 +08:00
parent 66e4b43654
commit 050ae1ae8d

View File

@@ -910,7 +910,7 @@ class MoGoHmiFragment : MvpFragment<MoGoWarningContract.View?, WaringPresenter?>
* 显示转向灯效果
*/
override fun showTurnLight(light: Int) {
turnLightView.setTurnLight(light)
// turnLightView.setTurnLight(light)
}
@@ -918,7 +918,7 @@ class MoGoHmiFragment : MvpFragment<MoGoWarningContract.View?, WaringPresenter?>
* 显示刹车效果
*/
override fun showBrakeLight(light: Int) {
brakeView.setBrakeLight(light)
// brakeView.setBrakeLight(light)
}