This commit is contained in:
len 2016-09-03 11:05:32 +02:00
parent 46e09d174b
commit 568b90d0b4

View file

@ -76,4 +76,11 @@ class LibraryAdapter(private val fragment: LibraryFragment) : RecyclerViewPagerA
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
}
}