Skip to content

Commit

Permalink
nit revert
Browse files Browse the repository at this point in the history
  • Loading branch information
anandwana001 committed Oct 10, 2024
1 parent a2996a7 commit b795589
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class DataCollectionFragment : AbstractFragment(), BackPressListener {
super.onPageScrollStateChanged(state)
if (state == ViewPager2.SCROLL_STATE_IDLE) {
lifecycleScope.launch(Dispatchers.Main) {
delay(1000) // Wait for the keyboard to close
delay(100) // Wait for the keyboard to close
setProgressBarPosition(view)
}
}
Expand Down

0 comments on commit b795589

Please sign in to comment.