Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jingtang10 committed May 5, 2022
1 parent 5d2b898 commit 214fad5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ fun showDropDown(): ViewAction {
override fun perform(uiController: UiController, view: View?) {
val autoCompleteTextView = view as AutoCompleteTextView
autoCompleteTextView.showDropDown()
// Avoid test flakiness with a delay. See https://github.com/google/android-fhir/issues/1323.
uiController.loopMainThreadForAtLeast(1000)
}
}
Expand Down

0 comments on commit 214fad5

Please sign in to comment.