Adding DelayedCheck() in testInputConnection.
After executing requestFocus(), there are some cases where test case is failed since showSoftInput() is called before EditText gets focus. To avoid this, I changed the code to add wait until EditText has focus. Change-Id: If1ebacf244c5c019dbdee09b9098d877c0ddd7fc
Loading
Please sign in to comment