(final Chapter chapter, final int position)
| 1628 | } |
| 1629 | |
| 1630 | public final void goToPosition(final Chapter chapter, final int position) { |
| 1631 | //#debug |
| 1632 | AlbiteMIDlet.LOGGER.log("going to position: " + (currentBook != null) + " & " + (currentBook.getCurrentChapter() != null)); |
| 1633 | |
| 1634 | loadChapter(chapter); |
| 1635 | chapterBooklet.goToPosition(position); |
| 1636 | renderPages(); |
| 1637 | } |
| 1638 | |
| 1639 | public final void goToPosition( |
| 1640 | final int chapterNumber, final float percent) { |
no test coverage detected