[6.9.0]隐藏漫游功能入口
This commit is contained in:
@@ -76,6 +76,7 @@ class ToolKitTabView @JvmOverloads constructor(
|
||||
result.dispatchUpdatesTo(adapter)
|
||||
}.also { observer = it })
|
||||
|
||||
context?.also { ToolKitDataManager.addItemDependOnFunctionBuildConfig(it) }
|
||||
//690隐藏漫游功能
|
||||
// context?.also { ToolKitDataManager.addItemDependOnFunctionBuildConfig(it) }
|
||||
}
|
||||
}
|
||||
@@ -115,7 +115,8 @@ object ToolKitDataManager : IToolKitItemClickListener, IDataCenterBizListener {
|
||||
)
|
||||
}
|
||||
// 依赖FunctionBuildConfig设置后判断才能添加的item放这里添加
|
||||
addItemDependOnFunctionBuildConfig(ctx)
|
||||
//690隐藏漫游功能
|
||||
// addItemDependOnFunctionBuildConfig(ctx)
|
||||
addListener(TAG, this)
|
||||
|
||||
kotlin.runCatching {
|
||||
|
||||
Reference in New Issue
Block a user