more offline stuff/bugfixes

This commit is contained in:
Finnley Somdahl 2023-11-20 00:39:14 -06:00
parent 3dfcc9fc31
commit 4db301ca7a
29 changed files with 341 additions and 119 deletions

View file

@ -17,7 +17,7 @@ class OfflineMangaAdapter(private val context: Context, private val items: List<
return items.size
}
override fun getItem(position: Int): Any? {
override fun getItem(position: Int): Any {
return items[position]
}