1
0
mirror of https://github.com/TwidereProject/Twidere-Android synced 2025-02-07 15:28:51 +01:00
This commit is contained in:
Tlaster 2020-05-18 15:57:45 +08:00
parent 8fc6c4b099
commit 691a246042

View File

@ -52,7 +52,7 @@ abstract class AbsContentListRecyclerViewFragment<A : LoadMoreSupportAdapter<Rec
}
override fun scrollToPositionWithOffset(position: Int, offset: Int) {
layoutManager.scrollToPositionWithOffset(0, 0)
layoutManager.scrollToPositionWithOffset(position, offset)
}
override fun onCreateLayoutManager(context: Context): LinearLayoutManager {