fix bug
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user