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.Yigit, do you have time to fix it? reemission of the same liveData is racyAdd 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.