Skip to content

Instantly share code, notes, and snippets.

@eakurnikov
Created June 14, 2021 09:34
Show Gist options
  • Save eakurnikov/7b2f3112827f7aaa16b7b9416e464d25 to your computer and use it in GitHub Desktop.
Save eakurnikov/7b2f3112827f7aaa16b7b9416e464d25 to your computer and use it in GitHub Desktop.
public ViewInteraction check(ViewAssertion viewAssertion) {
// (...)
runSynchronouslyOnUiThread(new Callable<Void>() {
@Override
public Void call() {
uiController.loopMainThreadUntilIdle();
// (...)
viewAssertion.check(...)
}
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment