소스 검색

1.设置更新策略的点击时间限制。

20241218TB223FC(测试jar包)
wangwanlei 9 달 전
부모
커밋
324e3ea697
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      app/src/main/java/com/xhly/manageapp/AppAdapter.kt

+ 1
- 1
app/src/main/java/com/xhly/manageapp/AppAdapter.kt 파일 보기

@@ -62,7 +62,7 @@ class AppAdapter(var context: Context, var data: ArrayList<AppInfo>) :
62 62
                     it.changeCode()
63 63
                 }
64 64
             }else if (appInfo.packageName.equals(Const.UPDATESTRATEGYPKGNAME)){
65
-                if (lastTimeLong+1*60*1000<System.currentTimeMillis()){
65
+                if (lastTimeLong+20*1000<System.currentTimeMillis()){
66 66
                     lastTimeLong=System.currentTimeMillis()
67 67
                     UIEvent(Const.CODE2004.toString()).post()
68 68
                 }else{

Loading…
취소
저장