Fixed
Status Update
Comments
jb...@google.com <jb...@google.com> #2
Yigit, do you have time to fix it?
reemission of the same liveData is racy
reemission of the same liveData is racy
ya...@google.com <ya...@google.com> #3
yea i'll take it.
jb...@google.com <jb...@google.com> #4
Thanks for the detailed analysis. This may not be an issue anymore since we've started using Main.immediate there but I' not sure; I'll try to create a test case.
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: