[2.15.0]add func of obu config start up

This commit is contained in:
zhongchao
2023-04-03 15:42:44 +08:00
parent 94bb6c976b
commit 6056c6bc66
6 changed files with 21 additions and 12 deletions

View File

@@ -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
}
}
}