Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
gedoor committed Jul 9, 2018
1 parent c82f5f6 commit f206c88
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ private void backupBookShelf(File file) {
DocumentFile docFile = FileHelper.createFileIfNotExist("myBookShelf.xml", file.getPath());
FileHelper.writeString(bookshelf, docFile);
}
BookshelfHelp.getAllBook();
}

private void backupBookSource(File file) {
Expand Down

0 comments on commit f206c88

Please sign in to comment.