Fixed
Status Update
Comments
il...@google.com <il...@google.com>
il...@google.com <il...@google.com>
ap...@google.com <ap...@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.
Description
Version used: 1.0.0-beta02
Devices/Android versions reproduced on: All
I have a problem when I use Navigation with Dynamic Feature Module.
If the module is not installed, crash occurs when load Navigation Graph which includes <activity>.
It occurs in `ActivityNavigator.Destination#onInflate`
Is there any way to prevent crash?
If there is not, I request the feature.
I created sample project and attach it.
Please uncheck `Dynamic features to deploy` in `Run > Edit Configurations`, and then run sample app.
(I don't implement about downloading the module yet in this sample.)
Thank you.