Fix dumb mistake with google sign in.
This commit is contained in:
parent
1e58752008
commit
4b5893cf43
7 changed files with 67 additions and 43 deletions
|
|
@ -21,7 +21,6 @@ class BookRepository : IBookRepository {
|
|||
database.bookDao().getBook().map { it.toBook() }
|
||||
|
||||
override suspend fun update(data: List<Book>) {
|
||||
Log.d("pouet", "BookRepository#update(): $data")
|
||||
val authors = mutableSetOf<AuthorDbo>()
|
||||
val genres = mutableSetOf<GenreDbo>()
|
||||
val series = mutableSetOf<SeriesDbo>()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue