mirror of
https://github.com/gkd-kit/gkd.git
synced 2024-11-15 19:22:26 +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,
|
||||
selector,
|
||||
rule.matchOption,
|
||||
) ?: break
|
||||
)
|
||||
if (resultNode != null) break
|
||||
}
|
||||
if (resultNode == null) return null
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user