Fixed
Status Update
Comments
da...@google.com <da...@google.com> #2
since these are in public API (:/) we need to do this in 1.2
il...@google.com <il...@google.com> #3
since it is already marked as deprecated, we can probably do it by now.
da...@google.com <da...@google.com>
il...@google.com <il...@google.com> #4
Opening diff shortly
Description
Version used: 1.0.0-alpha03
NavDirections should implement equals and hashCode so that it can more easily be used with Mockito.verify such as in code like:
onView(withText("cc")).perform(click())
verify(repoFragment.navController).navigate(
RepoFragmentDirections.showUser("cc").matcher()
)
It would look similar to