Skip to content

Commit

Permalink
no smooth scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
anandwana001 committed Dec 9, 2024
1 parent 759d806 commit 79ee6f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ class DataCollectionFragment : AbstractFragment(), BackPressListener {
}

private fun onTaskChanged(taskPosition: TaskPosition) {
viewPager.currentItem = taskPosition.absoluteIndex
viewPager.setCurrentItem(taskPosition.absoluteIndex, false)
updateProgressBar(taskPosition, true)
}

Expand Down

0 comments on commit 79ee6f3

Please sign in to comment.