()
| 2503 | } |
| 2504 | |
| 2505 | private void reflowChapter() { |
| 2506 | int start = chapterBooklet.getCurrentPage().getStart(); |
| 2507 | renderWaitCursor(); |
| 2508 | reflowPages(); |
| 2509 | goToPosition(currentBook.getCurrentChapter(), start); |
| 2510 | mode = MODE_PAGE_READING; |
| 2511 | } |
| 2512 | |
| 2513 | //#if !(TinyMode || TinyModeExport || LightMode || LightModeExport) |
| 2514 | public final void setBookLanguage(final String language) { |
no test coverage detected