Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
gedoor committed Dec 26, 2020
1 parent e4f4fe0 commit 4998a98
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ public void initData(Intent intent) {
searchBook = new SearchBookBean();
searchBook.setNoteUrl(bookShelf.getNoteUrl());
searchBook.setTag(bookShelf.getTag());
chapterBeanList = BookshelfHelp.getChapterList(bookShelf.getNoteUrl());
} else {
initBookFormSearch((SearchBookBean) BitIntentDataManager.getInstance().getData(key));
}
Expand Down

0 comments on commit 4998a98

Please sign in to comment.