mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 02:09:35 +02:00
fixed: recent and favorites lists in Library
This commit is contained in:
parent
0db3957988
commit
554539940c
5 changed files with 28 additions and 30 deletions
|
@ -709,7 +709,7 @@ public final class SQLiteBooksDatabase extends BooksDatabase {
|
|||
myRemoveFromFavoritesStatement.execute();
|
||||
}
|
||||
|
||||
protected List<Long> loadFavoritesIds() {
|
||||
protected List<Long> loadFavoriteIds() {
|
||||
final Cursor cursor = myDatabase.rawQuery(
|
||||
"SELECT book_id FROM Favorites", null
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue