Commit 44e8c9dc authored by wanglei's avatar wanglei

...

parent b842a838
...@@ -34,7 +34,6 @@ object GlobalTimer { ...@@ -34,7 +34,6 @@ object GlobalTimer {
override fun run() { override fun run() {
// 确保设备处于交互状态,未锁定,且应用未暂停 // 确保设备处于交互状态,未锁定,且应用未暂停
NotificationUtils.sendNotification(ZxApplication.context, NOTIFICATION_WHERE_TIMBER) NotificationUtils.sendNotification(ZxApplication.context, NOTIFICATION_WHERE_TIMBER)
} }
} }
taskTimer!!.schedule(task, delay, period) // 调度任务 taskTimer!!.schedule(task, delay, period) // 调度任务
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment