Closed GoogleCodeExporter closed 9 years ago
Original comment by nkors...@google.com
on 4 Mar 2015 at 6:38
Fixed in the next release.
Original comment by vale...@google.com
on 30 Mar 2015 at 8:57
Did I understand correctly and the workaround is something like:
myIdlingResource.registerIdleTransitionCallback(null);
Espresso.unregisterIdlingResources(myIdlingResource);
? I'm asking because this doesn't work for me, still running into the issue you
described.
Original comment by stefano....@gmail.com
on 15 Apr 2015 at 2:50
I think we had the order of those two swapped. We ended not bothering with
unregisterIdlingResources() and just manually reset each idlingResource.
Original comment by dav...@intrepid.io
on 15 Apr 2015 at 6:22
Fixed in espresso 2.1
Original comment by valera.z...@gmail.com
on 21 Apr 2015 at 10:11
Original issue reported on code.google.com by
dav...@intrepid.io
on 26 Feb 2015 at 5:33