Status Update
Comments
se...@gmail.com <se...@gmail.com> #2
Hi! Any updates on this issue? It's currently affecting a lot of users in production 😬
ch...@google.com <ch...@google.com> #3
Can you attach a project that reproduces this. Since the issue is not easily reproducible I would like to ensure I have an example that you have shown reproduces the issue as it would be impossible for me to determine the difference from the bug just not showing up due to timing from it not showing up because I set up the test case wrong?
Description
Jetpack Compose version:
1.3.1
Jetpack Compose component used:
Card
,Column
,Box
,Row
,Text
,Surface
,OutlinedTextField
,LazyColumn
Android Studio Build:
Android Studio Electric Eel | 2022.1.1 RC 1
Kotlin version:
1.7.10
Steps to Reproduce or Code Sample to Reproduce:
This is very elusive - we have been able to consistently repro locally on a Pixel 2 with Android 11 and otherwise on production devices.
The hierarchy is:
BottomSheetDialogFragment
->Fragment
->ComposeView
-> and we do:ComposeView
has the following content:Where
OutlinedTextField
is used in theFormInputA/B
composables.Repro steps:
Stack trace:
Please find full trace attached.