Assigned
Status Update
Comments
il...@google.com <il...@google.com> #2
Any updates on this? It's been a month already since I reported it, and it seems this crash is occurring quite frequently for my users.
No update yet.
Any updates on this? It's been a month already since I reported it, and it seems this crash is occurring quite frequently for my users.
Description
Ok so let me explain this a little more, with the new api 33 getSearializable("key") is being deprecated, and a new getSearializable("key", class) is available. Could be possible to have getSerializable() that could be compat to previous version. what I mean if you can implement this inside some BundleCompat or whatever makes sense just to have it there and not copy paste the same code over and over in every project I started?
something like this solution:https://stackoverflow.com/a/73543350/4095993