Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
gedoor committed Sep 29, 2018
1 parent abf3578 commit 0c6c3f0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import android.content.Context;

import com.monke.monkeybook.MApplication;
import com.monke.monkeybook.R;
import com.monke.monkeybook.bean.BookInfoBean;
import com.monke.monkeybook.bean.BookShelfBean;
Expand Down Expand Up @@ -129,6 +130,7 @@ public static void saveChapterInfo(String folderName, String fileName, String co
writer.write(content);
writer.flush();
} catch (IOException e) {
MApplication.getInstance().setDownloadPath(FileHelp.getCachePath());
e.printStackTrace();
}
}
Expand Down

0 comments on commit 0c6c3f0

Please sign in to comment.