Merge branch 'dev_robotaxi-d_240912_6.7.0' of gitlab.zhidaoauto.com:SCA/L4HA/AndroidApp/MoGoEagleEye into dev_robotaxi-d_240912_6.7.0
This commit is contained in:
@@ -52,7 +52,7 @@ class ReportTypeView @JvmOverloads constructor(
|
||||
attrs: AttributeSet? = null,
|
||||
defStyleAttr: Int = 0
|
||||
) : ConstraintLayout(context, attrs, defStyleAttr),
|
||||
IMoGoDevaToolsListener, IMoGoTakeoverListener {
|
||||
IMoGoDevaToolsListener {
|
||||
|
||||
private val TAG = "ReportTypeView"
|
||||
|
||||
@@ -82,7 +82,6 @@ class ReportTypeView @JvmOverloads constructor(
|
||||
|
||||
private fun initView(){
|
||||
CallerDevaToolsListenerManager.addListener(TAG, this)
|
||||
CallerTakeoverListenerManager.addListener(TAG,this)
|
||||
if(isOneClickType){
|
||||
showOneCLickReportView()
|
||||
}else{
|
||||
@@ -268,13 +267,4 @@ class ReportTypeView @JvmOverloads constructor(
|
||||
this.clickListener = clickListener
|
||||
}
|
||||
|
||||
/**
|
||||
* 人工接管
|
||||
*/
|
||||
override fun onTakeoverState(state: Int) {
|
||||
ThreadUtils.runOnUiThread {
|
||||
showOneCLickReportView()
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user