Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Since this is happening in Tink, rather than in the AndroidX library, it would be best to open an
jb...@google.com <jb...@google.com> #3
re...@lunabee.com <re...@lunabee.com> #4
Tink is the library that does the heavy lifting in Jetpack Security.
And yes, potentially raising that issue with the Tink team directly could help.
il...@google.com <il...@google.com> #5
@4 Well why didn't Google offer it there? Crashes are far more important than warning logs...
Here, created it there too:
https://github.com/google/tink/issues/535
Here, created it there too:
Description
Currently the
setFragmentResult()
andsetFragmentResultListener()
APIs require you to pass in a null object for them to be cleared out.It would be more explicit if we added
clearFragmentResult/Listener()
APIs.