Fixed
Status Update
Comments
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?
an...@google.com <an...@google.com> #3
Tested on Android 12 Emulator with custom executor, but cannot repro this issue.
Description
Component used: Navigation Version used: 2.2.0
Similar to b/149665169 , navigation-common-ktx incorrectly uses a conditional keep that ends up keeping all instances of NavArgs's
fromBundle()
methods, even if the NavArgs class wasn't supposed to be kept.It should be updated to use the
<1>
placeholder so that it only keeps NavArgs classes that are kept due to some other reason.