mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 02:39:23 +02:00
fixed BookCollection.getBookByFile() method for fb2.zip files
This commit is contained in:
parent
8fb04e6404
commit
9dc1bc52ca
4 changed files with 15 additions and 7 deletions
|
@ -149,7 +149,6 @@ public class BookCollectionShadow extends AbstractBookCollection implements Serv
|
|||
try {
|
||||
return SerializerUtil.deserializeBook(myInterface.getRecentBook(index));
|
||||
} catch (RemoteException e) {
|
||||
e.printStackTrace();
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue