update 优化检索
This commit is contained in:
@@ -1417,7 +1417,7 @@ object WeworkOperationImpl {
|
|||||||
val matchSelect = AccessibilityUtil.findOneByTextRegex(
|
val matchSelect = AccessibilityUtil.findOneByTextRegex(
|
||||||
selectListView,
|
selectListView,
|
||||||
regex,
|
regex,
|
||||||
timeout = 2000,
|
timeout = Constant.CHANGE_PAGE_INTERVAL * 3,
|
||||||
root = false
|
root = false
|
||||||
)
|
)
|
||||||
if (selectListView != null && matchSelect != null) {
|
if (selectListView != null && matchSelect != null) {
|
||||||
@@ -1531,7 +1531,7 @@ object WeworkOperationImpl {
|
|||||||
val matchSelect = AccessibilityUtil.findOneByTextRegex(
|
val matchSelect = AccessibilityUtil.findOneByTextRegex(
|
||||||
selectListView,
|
selectListView,
|
||||||
regex,
|
regex,
|
||||||
timeout = 2000,
|
timeout = Constant.CHANGE_PAGE_INTERVAL * 3,
|
||||||
root = false
|
root = false
|
||||||
)
|
)
|
||||||
if (selectListView != null && matchSelect != null) {
|
if (selectListView != null && matchSelect != null) {
|
||||||
@@ -1930,7 +1930,7 @@ object WeworkOperationImpl {
|
|||||||
val matchSelect = AccessibilityUtil.findOneByTextRegex(
|
val matchSelect = AccessibilityUtil.findOneByTextRegex(
|
||||||
selectListView,
|
selectListView,
|
||||||
regex,
|
regex,
|
||||||
timeout = 2000,
|
timeout = Constant.CHANGE_PAGE_INTERVAL * 3,
|
||||||
root = false
|
root = false
|
||||||
)
|
)
|
||||||
if (selectListView != null && matchSelect != null) {
|
if (selectListView != null && matchSelect != null) {
|
||||||
@@ -2138,7 +2138,7 @@ object WeworkOperationImpl {
|
|||||||
val matchSelect = AccessibilityUtil.findOneByTextRegex(
|
val matchSelect = AccessibilityUtil.findOneByTextRegex(
|
||||||
selectListView,
|
selectListView,
|
||||||
regex,
|
regex,
|
||||||
timeout = 2000,
|
timeout = Constant.CHANGE_PAGE_INTERVAL * 3,
|
||||||
root = false
|
root = false
|
||||||
)
|
)
|
||||||
if (selectListView != null && (matchSelect != null || reverseRegexTitle.matches(Constant.regMail))) {
|
if (selectListView != null && (matchSelect != null || reverseRegexTitle.matches(Constant.regMail))) {
|
||||||
@@ -2263,7 +2263,7 @@ object WeworkOperationImpl {
|
|||||||
val matchSelect = AccessibilityUtil.findOneByTextRegex(
|
val matchSelect = AccessibilityUtil.findOneByTextRegex(
|
||||||
selectListView,
|
selectListView,
|
||||||
regex,
|
regex,
|
||||||
timeout = 2000,
|
timeout = Constant.CHANGE_PAGE_INTERVAL * 3,
|
||||||
root = false
|
root = false
|
||||||
)
|
)
|
||||||
if (selectListView != null && matchSelect != null) {
|
if (selectListView != null && matchSelect != null) {
|
||||||
@@ -2609,7 +2609,7 @@ object WeworkOperationImpl {
|
|||||||
val matchSelect = AccessibilityUtil.findOneByTextRegex(
|
val matchSelect = AccessibilityUtil.findOneByTextRegex(
|
||||||
selectListView,
|
selectListView,
|
||||||
regex,
|
regex,
|
||||||
timeout = 2000,
|
timeout = Constant.CHANGE_PAGE_INTERVAL * 3,
|
||||||
root = false
|
root = false
|
||||||
)
|
)
|
||||||
var isSelect = false
|
var isSelect = false
|
||||||
|
|||||||
@@ -122,7 +122,7 @@ object WeworkRoomUtil {
|
|||||||
val searchResult = AccessibilityUtil.findAllByTextRegex(
|
val searchResult = AccessibilityUtil.findAllByTextRegex(
|
||||||
selectListView,
|
selectListView,
|
||||||
regex,
|
regex,
|
||||||
timeout = 2000,
|
timeout = Constant.CHANGE_PAGE_INTERVAL * 3,
|
||||||
root = false
|
root = false
|
||||||
)
|
)
|
||||||
if (searchResult.isNotEmpty()) {
|
if (searchResult.isNotEmpty()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user