Fixed
Status Update
Comments
jb...@google.com <jb...@google.com> #2
Since this is happening in Tink, rather than in the AndroidX library, it would be best to open an
ya...@google.com <ya...@google.com> #3
jb...@google.com <jb...@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.2.0-alpha01
Devices/Android versions reproduced on: API level 17 and below
androidx.transition needs setLayoutTransition for suppressing layouts during Fragment Transitions
FragmentContainerView was added in this CL. It disables setLayoutTransition.
However, androidx.transition uses setLayoutTransition to simulate the behavior of setSuppressLayout on API levels 17 and below.
RecyclerView had the same issue, and this CL fixed it.
This issue was originally reported here: