Fixed
Status Update
Comments
jb...@google.com <jb...@google.com>
cl...@google.com <cl...@google.com>
ap...@google.com <ap...@google.com> #2
Fixed with Change-Id: Iab75b018e47242e089ed317bc853a327849201bc
We still use DexSplitter when proguard is used for shrinking.
We still use DexSplitter when proguard is used for shrinking.
cl...@google.com <cl...@google.com> #3
Fixed internally and available in navigation 2.9.0-alpha05
na...@google.com <na...@google.com> #4
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.navigation:navigation-runtime:2.9.0-alpha05
androidx.navigation:navigation-runtime:2.8.6
Description
Component used: Navigation
Version used: 2.8.5
When fills in the
ActivityNavigator
intent.data
, it seems to directly callUri.encode(args[argName].toString())
, thus bypassing any of theNavType
specific logic for serializing the value into a String.