fix timer启动时先清空

This commit is contained in:
cyh 2025-07-21 12:32:48 +08:00
parent ef0c75737d
commit 78e546310d
1 changed files with 1 additions and 0 deletions

View File

@ -474,6 +474,7 @@ class UIMainActivity : BaseActivity() {
}
fun startUploadTimer() {
stopUploadTimer()
if (timer == null) {
timer = Timer()
uTimerTask = object : TimerTask() {