@@ -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)
|
||||
|
||||
|
||||
@@ -68,7 +68,6 @@ dependencies {
|
||||
api rootProject.ext.dependencies.mogocommons
|
||||
api rootProject.ext.dependencies.modulecommon
|
||||
api rootProject.ext.dependencies.mogoservice
|
||||
//api rootProject.ext.dependencies.moduleV2x
|
||||
api rootProject.ext.dependencies.moduleshare
|
||||
api rootProject.ext.dependencies.moduleextensions
|
||||
api rootProject.ext.dependencies.modulemap
|
||||
@@ -101,7 +100,6 @@ dependencies {
|
||||
api project(':foudations:mogo-commons')
|
||||
api project(':modules:mogo-module-common')
|
||||
api project(':modules:mogo-module-service')
|
||||
//api project(':modules:mogo-module-v2x')
|
||||
api project(':modules:mogo-module-share')
|
||||
api project(':modules:mogo-module-extensions')
|
||||
api project(':modules:mogo-module-map')
|
||||
|
||||
Reference in New Issue
Block a user