mirror of
https://github.com/TwidereProject/Twidere-Android
synced 2025-02-07 15:28:51 +01:00
Fix #1311
This commit is contained in:
parent
8fc6c4b099
commit
691a246042
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user