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
il...@google.com <il...@google.com>
ap...@google.com <ap...@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.
Description
Version used: 1.3.0-alpha02
Theme used: Theme.AppCompat.Light.DarkActionBar
Devices/Android versions reproduced on: Google Pixel 4 XL, Android 10 (API 29)
An otherwise working shared element fragment transition will stop working (i.e. not run at all) if `setTargetFragment` is called before. This does not happen when using version 1.2.3
See the sample project for a repro case