mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 09:49:19 +02:00
Book.getContentHash() implementation
This commit is contained in:
parent
a63666d224
commit
8ea49e9f6a
2 changed files with 40 additions and 2 deletions
|
@ -186,8 +186,7 @@ public class ApiServerImplementation extends ApiInterface.Stub implements Api, A
|
|||
}
|
||||
|
||||
public String getBookHash() {
|
||||
// TODO: implement
|
||||
return null;
|
||||
return myReader.Model.Book.getContentHashCode();
|
||||
}
|
||||
|
||||
// page information
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue