Fixed
Status Update
Comments
po...@google.com <po...@google.com>
ap...@google.com <ap...@google.com> #2
Sorry for the delay here. I've just scheduled a release of alpha02 for next Wednesday. Prior to that, you could use a snapshot build - any of the recent builds should work, as nothing has changed in metrics in the past couple of weeks at least (and the concurrency fix was a week or two before that at least). More info on snapshot releases here:
https://androidx.dev/
ma...@google.com <ma...@google.com> #3
I used your latest modified code. The previous errors have been reduced, but the problem of concurrentmodificationexception still occurs @ch...@google.com
[Deleted User] <[Deleted User]> #4
Can you try the alpha02 release (just posted today)? It would be good to know exactly which version of the code you are using when you hit the problem
ma...@google.com <ma...@google.com> #5
I just compared the code of the latest alpha02 version. It is the same as my online code. This problem still exists,which is a little puzzling
[Deleted User] <[Deleted User]> #6
Puzzling, indeed.
What release(s) are you seeing this on? There are different code paths pre- and post-API 24, would be good to know which one you are seeing it on.
What release(s) are you seeing this on? There are different code paths pre- and post-API 24, would be good to know which one you are seeing it on.
ma...@google.com <ma...@google.com> #7
I used alpha02 version,and Crashed in line 182 of jankstatsapi24impl.kt(android 12).
Description
Jetpack Compose release version: 1.4.30 Android Studio Build: Android Studio Arctic Fox | 2020.3.1 Canary 12
Steps to Reproduce:
The button click does not work, but I don't know if it is correct to propagate to the lower box. If it is an existing ViewGroup, it will not be propagated to the lower part.