[2.15.0] change range

This commit is contained in:
zhongchao
2023-04-23 19:38:01 +08:00
parent eed3a270ba
commit f153fa9f21
3 changed files with 12 additions and 1 deletions

View File

@@ -72,6 +72,9 @@ class HttpDnsStartUp : AndroidStartup<Boolean>() {
}
override fun create(context: Context): Boolean {
if(!ProcessUtils.isMainProcess()){
return true
}
this.context = context
initGDLoc()
preparePassportEnvironment()