Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 5fcc287

Browse files
committed
Merge branch 'refs/heads/main' into new_ui
2 parents 0d0e3ac + 3599569 commit 5fcc287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/tkaxv7s/xposed/sesame/hook/ApplicationHook.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ public void run() {
204204
Log.record("开始执行");
205205
try {
206206
int checkInterval = BaseModel.getCheckInterval().getValue();
207-
if (lastExecTime + 5000 > System.currentTimeMillis()) {
207+
if (lastExecTime + 2000 > System.currentTimeMillis()) {
208208
Log.record("执行间隔较短,跳过执行");
209209
execDelayedHandler(checkInterval);
210210
return;

0 commit comments

Comments
 (0)