Fixed
Status Update
Comments
il...@google.com <il...@google.com>
il...@google.com <il...@google.com>
ap...@google.com <ap...@google.com> #2
A couple of questions:
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
il...@google.com <il...@google.com> #3
Tested on Android 12 Emulator with custom executor, but cannot repro this issue.
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.