diff --git a/ground/src/main/java/com/google/android/ground/ui/datacollection/DataCollectionFragment.kt b/ground/src/main/java/com/google/android/ground/ui/datacollection/DataCollectionFragment.kt index 27e40eca44..8392c91447 100644 --- a/ground/src/main/java/com/google/android/ground/ui/datacollection/DataCollectionFragment.kt +++ b/ground/src/main/java/com/google/android/ground/ui/datacollection/DataCollectionFragment.kt @@ -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) } }