1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-04 02:09:35 +02:00

Library uses BookCollection for some operations

This commit is contained in:
Nikolay Pultsin 2013-01-20 08:33:46 +04:00
parent bf4bbb2eac
commit 7f6442827e
3 changed files with 10 additions and 37 deletions

View file

@ -712,7 +712,7 @@ public final class SQLiteBooksDatabase extends BooksDatabase {
myRemoveFromFavoritesStatement.execute();
}
public /*protected*/ List<Long> loadFavoriteIds() {
protected List<Long> loadFavoriteIds() {
final Cursor cursor = myDatabase.rawQuery(
"SELECT book_id FROM Favorites", null
);