Fixed
Status Update
Comments
il...@google.com <il...@google.com> #2
Update: I was able to downgrade to 32.1.10 and I can confirm it's smooth again. The issue is indeed in emulator version 33.1.1
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.