1
0
Fork 0
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:
Nikolay Pultsin 2013-01-11 07:22:09 +04:00
parent 0db3957988
commit 554539940c
5 changed files with 28 additions and 30 deletions

View file

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