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 26, 2024
1 parent a6318e6 commit 7530b57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,6 @@ class SearchTEList : FragmentGlobalAbstract() {
}
displayResult(it)
updateRecycler()
recycler.post {
recycler.smoothScrollToPosition(0)
}
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ hilt = '2.47'
hiltCompiler = '1.0.0'
jacoco = '0.8.10'
designSystem = "1.0-20231116.084101-124"
dhis2sdk = "1.9.1-1789-20240119.100123-5"
dhis2sdk = "1.9.1-1789-20240126.094529-6"
ruleEngine = "2.1.9"
appcompat = "1.6.1"
annotation = "1.6.0"
Expand Down

0 comments on commit 7530b57

Please sign in to comment.