You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To avoid handling intent twice, we nullify the data of the intent after having processed it during the activity onCreate phase. It works great but it makes our test fails because of activityMatchesIntent test during scenario launch. How should we deal with that?
To avoid handling intent twice, we nullify the data of the intent after having processed it during the activity
onCreate
phase. It works great but it makes our test fails because ofactivityMatchesIntent
test during scenario launch. How should we deal with that?android-test/core/java/androidx/test/core/app/ActivityScenario.java
Lines 465 to 479 in 5c406a1
The text was updated successfully, but these errors were encountered: