Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
gedoor committed Jan 29, 2019
1 parent fbca855 commit 9bc1ee9
Showing 1 changed file with 2 additions and 4 deletions.
Expand Up @@ -592,10 +592,8 @@ private void requestPermission() {
@Override
protected void firstRequest() {
if (!isRecreate) {
handler.postDelayed(() -> {
versionUpRun();
requestPermission();
}, 1000);
versionUpRun();
requestPermission();
handler.postDelayed(this::preloadReader, 200);
}
handler.postDelayed(() -> UpLastChapterModel.getInstance().startUpdate(), 60 * 1000);
Expand Down

0 comments on commit 9bc1ee9

Please sign in to comment.