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
il...@google.com <il...@google.com> #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.
Description
Version used: 1.1.0-alpha04
Classes that extend from FragmentActivity (or, by extension, AppCompatActivity) should always call super.onNewIntent(intent) to unlock the ability to do FragmentTransactions in onNewIntent().
This will allow Lint to warn developers ahead of time that they need to call super instead of only after debugging why they get an IllegalStateException.