mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 20:31:02 -05:00
Fix #446
This commit is contained in:
parent
46e09d174b
commit
568b90d0b4
1 changed files with 7 additions and 0 deletions
|
@ -76,4 +76,11 @@ class LibraryAdapter(private val fragment: LibraryFragment) : RecyclerViewPagerA
|
||||||
return categories[position].name
|
return categories[position].name
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns the position of the item. Always assume the position has changed.
|
||||||
|
*/
|
||||||
|
override fun getItemPosition(`object`: Any?): Int {
|
||||||
|
return POSITION_NONE
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue