Skip to content

Commit

Permalink
upadate
Browse files Browse the repository at this point in the history
  • Loading branch information
Aashir1111 committed Mar 10, 2021
1 parent 8d7c591 commit 14cbf42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion folioreader/src/main/java/com/folioreader/FolioReader.java
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ private FolioReader(Context context) {
public FolioReader openBook(String assetOrSdcardPath,String language, String author,String book) {
FileUtil.language = language;
FileUtil.mBookFileAuthor = author;
FileUtil.mBookFileAuthor = book;
FileUtil.mBookname = book;
Intent intent = getIntentFromUrl(assetOrSdcardPath, 0);
context.startActivity(intent);
return singleton;
Expand Down

0 comments on commit 14cbf42

Please sign in to comment.