|
|
@ -4,7 +4,7 @@ import android.content.Context |
|
|
|
import io.legado.app.base.adapter.SimpleRecyclerAdapter |
|
|
|
import io.legado.app.base.adapter.SimpleRecyclerAdapter |
|
|
|
import io.legado.app.data.entities.Book |
|
|
|
import io.legado.app.data.entities.Book |
|
|
|
|
|
|
|
|
|
|
|
abstract class BooksAdapter(context: Context, private val layoutId: Int) : |
|
|
|
abstract class BooksAdapter(context: Context, layoutId: Int) : |
|
|
|
SimpleRecyclerAdapter<Book>(context, layoutId) { |
|
|
|
SimpleRecyclerAdapter<Book>(context, layoutId) { |
|
|
|
|
|
|
|
|
|
|
|
fun notification(bookUrl: String) { |
|
|
|
fun notification(bookUrl: String) { |
|
|
|