Fixed
Status Update
Comments
il...@google.com <il...@google.com> #2
This was fixed internally with https://android-review.googlesource.com/875572/ and will be available in Navigation 1.0.0-alpha10
No update yet.
Description
Version used: 1.0.0-alpha09
It is confusing to have both the MainFragmentDirections.next() static method and direct access to the new MainFragmentDirections.Next() constructor.
The constructor should be private or otherwise hidden to make it clear exactly what developers should use.