(final int chapterNumber)
| 1665 | } |
| 1666 | |
| 1667 | public final void goToSavedPosition(final int chapterNumber) { |
| 1668 | final Chapter c = currentBook.getChapter(chapterNumber); |
| 1669 | |
| 1670 | if (c != currentBook.getCurrentChapter()) { |
| 1671 | final int pos = c.getCurrentPosition(); |
| 1672 | goToPosition(c, pos); |
| 1673 | } |
| 1674 | } |
| 1675 | |
| 1676 | private void renderPages() { |
| 1677 |
no test coverage detected