Skip to content

Commit

Permalink
混合规则使用##正则##替换
Browse files Browse the repository at this point in the history
  • Loading branch information
Invinciblelee committed May 25, 2019
1 parent 3c67822 commit 823d01f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ public BookShelfBean copy() {
bookShelfBean.lastChapterName = lastChapterName;
bookShelfBean.chapterListSize = chapterListSize;
bookShelfBean.updateOff = updateOff;
bookShelfBean.setVariableString(variableString);
bookShelfBean.variableString = getVariableString();
bookShelfBean.bookInfoBean = bookInfoBean.copy();
if (chapterList != null) {
for (ChapterBean aChapterList : chapterList) {
Expand Down Expand Up @@ -297,7 +297,7 @@ public boolean isLocalBook() {
return LOCAL_TAG.equals(tag);
}

public boolean isAudioBook(){
public boolean isAudioBook() {
return BookType.AUDIO.equals(bookInfoBean.getBookType());
}

Expand Down
4 changes: 2 additions & 2 deletions app/version.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Tue May 21 12:18:06 CST 2019
VERSION_CODE=3001
#Sat May 25 18:11:03 CST 2019
VERSION_CODE=3004

0 comments on commit 823d01f

Please sign in to comment.