[2.15.0]add func of obu config start up
This commit is contained in:
@@ -2082,7 +2082,9 @@ internal class DebugSettingView @JvmOverloads constructor(
|
||||
setLogCheckedChangeListener()
|
||||
}
|
||||
|
||||
override fun onGetObuInfo(obuInfoStr: String) {
|
||||
mObuInfoStr = obuInfoStr
|
||||
override fun onGetObuInfo(obuInfoStr: String?) {
|
||||
obuInfoStr?.let {
|
||||
mObuInfoStr = it
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user