@ -78,7 +78,9 @@ class ExploreAdapter(context: Context, private val scope: CoroutineScope, val ca
if (exIndex != -1) {
notifyItemChanged(position, false)
}
callBack.scrollTo(position)
postDelayed({
}, 200)
ll_title.onLongClick {
showMenu(ll_title, holder.layoutPosition)
@ -133,7 +133,7 @@ class ExploreFragment : VMBaseFragment<ExploreViewModel>(R.layout.fragment_find_
override fun scrollTo(pos: Int) {
rv_find.smoothScrollToPosition(pos)
(rv_find.layoutManager as LinearLayoutManager).scrollToPositionWithOffset(pos, 0)
override fun openExplore(sourceUrl: String, title: String, exploreUrl: String) {