add turn light

This commit is contained in:
lixiaopeng
2022-01-07 14:52:52 +08:00
parent 34f3f0fcfe
commit 3a2905d430
5 changed files with 67 additions and 4 deletions

View File

@@ -635,6 +635,20 @@ class MoGoHmiFragment : MvpFragment<MoGoWarningContract.View?, WaringPresenter?>
}
}
/**
* 显示转向灯效果
*/
override fun showTurnLight(light: Int) {
TODO("Not yet implemented")
}
/**
* 显示刹车效果
*/
override fun showBrakeLight(brakeLight: Int) {
TODO("Not yet implemented")
}
override fun onDestroy() {
super.onDestroy()
Log.d(TAG, "onDestroy")