This commit is contained in:
lixiaopeng
2022-01-07 15:15:41 +08:00
parent 3a2905d430
commit b1e119619c
3 changed files with 4 additions and 4 deletions

View File

@@ -639,14 +639,14 @@ 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() {

View File

@@ -127,4 +127,6 @@
app:layout_goneMarginTop="40px"
tools:visibility="visible" />
</androidx.constraintlayout.widget.ConstraintLayout>