Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nyagami committed Aug 11, 2024
1 parent aa5f2ff commit c6b58ac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions android/app/src/main/assets/js/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,6 @@ window.pageReader = new (function () {
(reader.chapterWidth + reader.readerSettings.val.padding * 2) /
reader.layoutWidth,
);
if (reader.chapterWidth > reader.layoutWidth) {
}
this.movePage(this.totalPages.val * ratio);
}, 100);
} else {
Expand Down

0 comments on commit c6b58ac

Please sign in to comment.