mirror of
https://github.com/gkd-kit/gkd.git
synced 2024-12-25 11:55:11 +08:00
fix: anyMatches not working (#765)
Some checks are pending
Build-Apk / build (push) Waiting to run
Some checks are pending
Build-Apk / build (push) Waiting to run
This commit is contained in:
parent
03cdf98f09
commit
305c65b776
|
@ -541,7 +541,8 @@ class A11yContext(
|
||||||
queryNode,
|
queryNode,
|
||||||
selector,
|
selector,
|
||||||
rule.matchOption,
|
rule.matchOption,
|
||||||
) ?: break
|
)
|
||||||
|
if (resultNode != null) break
|
||||||
}
|
}
|
||||||
if (resultNode == null) return null
|
if (resultNode == null) return null
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user