mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 09:49:19 +02:00
synchronization with 'native' branch
This commit is contained in:
parent
31566a7d44
commit
d89d4050b6
3 changed files with 6 additions and 2 deletions
|
@ -314,7 +314,7 @@ public class ApiServerImplementation extends ApiInterface.Stub implements Api, A
|
|||
}
|
||||
|
||||
public int getParagraphsNumber() {
|
||||
return myReader.Model.BookTextModel.getParagraphsNumber();
|
||||
return myReader.Model.getTextModel().getParagraphsNumber();
|
||||
}
|
||||
|
||||
public int getElementsNumber(int paragraphIndex) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue