Fixed
Status Update
Comments
il...@google.com <il...@google.com> #2
Since this is happening in Tink, rather than in the AndroidX library, it would be best to open an
va...@google.com <va...@google.com> #3
il...@google.com <il...@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.
ra...@gmail.com <ra...@gmail.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:
il...@google.com <il...@google.com>
sa...@google.com <sa...@google.com>
ap...@google.com <ap...@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
Description
We can observe Lifecycle changes in a few different ways, but with Compose the most natural way would be via a
State<Lifecycle.State>
, which would make the currentLifecycle.State
automatically observable to Compose.