[6.7.0]修复点击主动录包后切换界面会自动返回行程页-上报选项
This commit is contained in:
@@ -2,6 +2,7 @@ package com.mogo.eagle.core.function.hmi.bone
|
||||
|
||||
import android.content.Context
|
||||
import android.util.AttributeSet
|
||||
import android.util.Log
|
||||
import android.view.LayoutInflater
|
||||
import android.view.View
|
||||
import androidx.constraintlayout.widget.ConstraintLayout
|
||||
@@ -98,7 +99,9 @@ class BoneTabLayout @JvmOverloads constructor(
|
||||
}
|
||||
|
||||
override fun closeReportView() {
|
||||
updateTabType(TabType.REPORT_INFO)
|
||||
if(tabType == TabType.REPORT_INFO){
|
||||
updateTabType(TabType.REPORT_INFO)
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user