快传成绩单 - 热点优化

This commit is contained in:
khy
2017-02-24 15:11:00 +08:00
parent ef1f2251b5
commit da20b817d2
42 changed files with 960 additions and 155 deletions

View File

@ -213,7 +213,7 @@ public class DownloadManagerActivity extends BaseFragmentActivity implements
public void onEventMainThread(EBSkip skip) {
if ("DownloadManagerActivity".equals(skip.getType())) {
if (skip.getCurrentItem() == 0) {
if (skip.getCurrentItem() == 1) {
handler.postDelayed(runnable, 300);
}
}