Fixed
Status Update
Comments
wi...@gmail.com <wi...@gmail.com> #2
Automated by Blunderbuss job android-credential-manager-autoassigner for component 1301097.
jb...@google.com <jb...@google.com>
cl...@google.com <cl...@google.com>
ap...@google.com <ap...@google.com> #3
cl...@google.com <cl...@google.com> #4
Hi.
I know proguard rules that in docs
But my ticket is about embedding these proguard rules into lib itself.
As I wrote, there was a commit specifically for that:
proguard.txt
file in credentials-play-services-auth-1.0.0-alpha09.aar
pr...@google.com <pr...@google.com> #5
Sure, let me check and update you on this, thanks for sharing.
Description
Version used: 2.7.7
Devices/Android versions reproduced on: Pixel 3, Pixel 7 Pro
We recently experienced an app crash when switching our NavHost's startDestination. After some investigation, it seems like this is triggered only after having previously navigated between two routes, where the second route is nested inside of a nav graph whose route has the same name as a sibling of the starting route (causing them to have the same ID).
Fortunately, this means the crash can be avoided by avoiding those duplicates, but it was a bit tricky to find the cause of the NullPointerException, and it would be nice if it failed more gracefully than a NullPointerException with the possibility of crashing the app entirely.
I have attached a sample app which reproduces this crash.