Skip to content

Commit 95b6ee9

Browse files
committed
update
1 parent ea8d5a0 commit 95b6ee9

File tree

4 files changed

+2
-20
lines changed

4 files changed

+2
-20
lines changed

.idea/deploymentTargetDropDown.xml

-17
This file was deleted.

app/release/app-release.apk

175 KB
Binary file not shown.

app/src/main/java/com/cjyyxn/screenfilter/ui/BrightnessPointActivity.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,7 @@ public void run() {
283283
}
284284
};
285285

286-
// 每隔 0.1秒钟执行一次任务
287-
timer.schedule(task, 0, 100);
286+
timer.schedule(task, 0, 200);
288287
}
289288

290289
/**

app/src/main/java/com/cjyyxn/screenfilter/ui/DebugActivity.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ public void run() {
156156
}
157157
}
158158
};
159-
timer.schedule(task, 0, 100);
159+
timer.schedule(task, 0, 200);
160160
}
161161

162162
}

0 commit comments

Comments
 (0)