[Taxi无人化] fix: V620 演练任务拉取时间间隔设置 只有在TaxiDriver下展示;

This commit is contained in:
aibingbing
2023-11-21 18:07:07 +08:00
parent 17490a4c43
commit 4a983d1474

View File

@@ -657,6 +657,11 @@ internal class SOPSettingView @JvmOverloads constructor(
}
}
}
rgPullTime.visibility =
if(AppIdentityModeUtils.isTaxiDriver(FunctionBuildConfig.appIdentityMode))
View.VISIBLE
else
View.GONE
/**
* 魔方sop运营相关配置