update 撤回消息
This commit is contained in:
@@ -9,8 +9,8 @@ android {
|
|||||||
applicationId "org.yameida.worktool"
|
applicationId "org.yameida.worktool"
|
||||||
minSdkVersion 24
|
minSdkVersion 24
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 2571
|
versionCode 2572
|
||||||
versionName "2.5.7"
|
versionName "2.5.7.2"
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
|||||||
@@ -479,7 +479,7 @@ object WeworkTextUtil {
|
|||||||
if (keyTv != null) {
|
if (keyTv != null) {
|
||||||
AccessibilityUtil.performClick(keyTv)
|
AccessibilityUtil.performClick(keyTv)
|
||||||
if (AccessibilityExtraUtil.loadingPage("CustomDialog", timeout = Constant.POP_WINDOW_INTERVAL)) {
|
if (AccessibilityExtraUtil.loadingPage("CustomDialog", timeout = Constant.POP_WINDOW_INTERVAL)) {
|
||||||
AccessibilityUtil.findTextAndClick(getRoot(), "确定", exact = true)
|
AccessibilityUtil.findTextAndClick(getRoot(), "确定", "我知道了", exact = true)
|
||||||
}
|
}
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user