This commit is contained in:
zhongchao
2022-02-25 22:43:27 +08:00
parent 7453c05573
commit b27ffd50bc
3 changed files with 15 additions and 14 deletions

View File

@@ -133,7 +133,7 @@ internal class HttpDnsHelper(private val builder: MogoHttpDnsConfig) : Handler.C
currentLoc?.let { cur ->
if (it.cityCode.isNotEmpty()
&& cur.cityCode.isNotEmpty()
&& TextUtils.equals(
&& !TextUtils.equals(
it.cityCode,
cur.cityCode
)