mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 19:42:17 +02:00
cleanup
This commit is contained in:
parent
621c259a68
commit
d9b061117a
3 changed files with 10 additions and 4 deletions
|
@ -367,7 +367,7 @@ public final class Library {
|
|||
}
|
||||
}
|
||||
|
||||
for (long id : myDatabase.loadFavoritesIds()) {
|
||||
for (long id : myDatabase.loadFavoriteIds()) {
|
||||
Book book = savedBooksByBookId.get(id);
|
||||
if (book == null) {
|
||||
book = Book.getById(id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue