Skip to content

Commit

Permalink
updates sdk and prevents scroll to top when paginating
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdyrod committed Jan 31, 2024
1 parent ae7bf36 commit 16893c3
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,9 +259,6 @@ class SearchTEList : FragmentGlobalAbstract() {
}
displayResult(it)
updateRecycler()
recycler.post {
recycler.smoothScrollToPosition(0)
}
}
}

Expand Down

0 comments on commit 16893c3

Please sign in to comment.