atom 更新弹窗问题

This commit is contained in:
dyx123
2021-11-17 17:10:13 +08:00
parent 2da67c2878
commit dfcf5e5fc4
4 changed files with 4 additions and 3 deletions

View File

@@ -611,8 +611,8 @@ public class AblViewUtil {
if (isContainText("获取设备的定位信息")){ if (isContainText("获取设备的定位信息")){
findAndPerformActionTextView("仅在使用中允许"); findAndPerformActionTextView("仅在使用中允许");
} }
if (isContainText("")){ if (isContainText("检测到更新")){
findAndPerformActionTextView(""); findAndPerformActionTextView("以后再说");
} }
} }

View File

@@ -17,6 +17,7 @@ import java.util.List;
/** /**
* @author Administrator * @author Administrator
* dyx 2021-10-22 * dyx 2021-10-22
* 取赞
*/ */
public class AblStep1 extends BaseAblStep { public class AblStep1 extends BaseAblStep {
int i = 0; int i = 0;