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:
parent
bf4bbb2eac
commit
7f6442827e
3 changed files with 10 additions and 37 deletions
|
@ -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
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue