1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-05 19:42:17 +02:00
This commit is contained in:
Nikolay Pultsin 2013-01-14 06:22:13 +04:00
parent 621c259a68
commit d9b061117a
3 changed files with 10 additions and 4 deletions

View file

@ -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);