Fixed
Status Update
Comments
il...@google.com <il...@google.com>
cl...@google.com <cl...@google.com>
[Deleted User] <[Deleted User]> #2
Since this is happening in Tink, rather than in the AndroidX library, it would be best to open an
[Deleted User] <[Deleted User]> #3
ap...@google.com <ap...@google.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.
ap...@google.com <ap...@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:
cl...@google.com <cl...@google.com> #6
Anyone here solved the issue? I have implemented the jetpack security and got the same crashes.
na...@google.com <na...@google.com> #7
same warning
my...@gmail.com <my...@gmail.com> #8
same logs for me
Description
The are documented with a caution blurb to prevent its usage in favor of the .
launchWhenX
extension functions onLifecycleCoroutineScope
repeatOnLifecycle
APIThe
launchWhenX
APIs should be properly deprecated—suggesting a replace with option if possible—and favor therepeatOnLifecycle
API instead.