Fixed Feature Request P2 Add Hotlist Status UpdateNo update yet.Descriptionil...@google.com created issue #1Jan 16, 2019 07:30PMComponent used: NavigationVersion used: 1.0.0-alpha09It 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.Issue summaryCommentsAll comments Oldest first il...@google.com <il...@google.com> #2Jan 17, 2019 09:38PMMarked as fixed.This was fixed in https://android-review.googlesource.com/880833 and will be available in Navigation 1.0.0-alpha10.Add comment Comment
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.