Commit 1098691c authored by shenpc's avatar shenpc

定时器从0开始

parent 4854d879
...@@ -133,7 +133,7 @@ public final class OutHelp implements KPListener { ...@@ -133,7 +133,7 @@ public final class OutHelp implements KPListener {
LogUtil.d(TAG + ", 定时触发 !"); LogUtil.d(TAG + ", 定时触发 !");
showOutAd(ActionFrom.ACTION_TIMER); showOutAd(ActionFrom.ACTION_TIMER);
} }
}, 5, 60 * 1000); }, 0, 60 * 1000);
} }
private void initReceiver() { private void initReceiver() {
......
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