Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
gedoor committed Oct 5, 2019
1 parent fccb2a7 commit 45e9fab
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,8 @@ public void finish() {

@Override
public void openBookInfo(BookInfoBean bookInfoBean) {

Intent intent = new Intent(this, BookDetailActivity.class);
intent.putExtra("noteUrl", bookInfoBean.getNoteUrl());
startActivity(intent);
}
}

0 comments on commit 45e9fab

Please sign in to comment.