[6.7.0][启自驾] refactor: rename function ;
This commit is contained in:
@@ -39,7 +39,7 @@ class BoneTopStatusLayout @JvmOverloads constructor(
|
||||
kotlin.runCatching {
|
||||
startAutoPilotContainer?.also { container ->
|
||||
container.removeAllViews()
|
||||
val view = CallerOchCustomViewManager.getAutopilotView(context)
|
||||
val view = CallerOchCustomViewManager.getStartAutopilotView(context)
|
||||
Logger.d(TAG, "$view ${Thread.currentThread().name}")
|
||||
view?.also {
|
||||
container.addView(it)
|
||||
|
||||
Reference in New Issue
Block a user