Fixed
Status Update
Comments
ma...@google.com <ma...@google.com>
at...@gmail.com <at...@gmail.com> #2
A couple of questions:
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
ma...@google.com <ma...@google.com>
ma...@google.com <ma...@google.com>
ap...@google.com <ap...@google.com> #3
Tested on Android 12 Emulator with custom executor, but cannot repro this issue.
Description
Jetpack Compose version: 1.2.0-alpha12
Jetpack Compose component used: PullToRefreshContainer
Android Studio Build:
Steps to Reproduce or Code Sample to Reproduce:
The indicator is visible on top of the TabRow, see screenshot. I have tried to set the zIndex of the Indicator to -1f and the zIndex of TabRow to 1f but didn't work. What am I missing?