[6.7.2]
[本地任务] [展示]
This commit is contained in:
@@ -48,7 +48,7 @@ class ShuttleFragment : MvpFragment<ShuttleFragment?, BusPresenter?>() {
|
||||
override fun initViews() {
|
||||
|
||||
context?.let {
|
||||
if(ProjectUtils.isSaas()&& AppIdentityModeUtils.isShuttle(FunctionBuildConfig.appIdentityMode)){
|
||||
if(ProjectUtils.isSaas()||(ProjectUtils.isDali()&&AppIdentityModeUtils.isShuttle(FunctionBuildConfig.appIdentityMode))){
|
||||
CallerEagleBaseFunctionCall4OchManager.addSingleToolKitDefaultItem(runningTaskGateWay,"本地缓存任务", R.drawable.bus_running_task_history,4)
|
||||
}
|
||||
CallerEagleBaseFunctionCall4OchManager.addToolKitDefaultItemClickListener(runningTaskGateWay,object :
|
||||
|
||||
Reference in New Issue
Block a user