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