Fixed
Status Update
Comments
ma...@google.com <ma...@google.com>
at...@gmail.com <at...@gmail.com> #2
We recently landed stability improvements and bugfixes in aosp/2258262 and will stabilize ModalBottomSheetLayout following a few release cycles. We are still evaluating the future API of BottomSheetScaffold and are expecting it to stay experimental for a bit more while we migrate it to Swipeable V2.
ma...@google.com <ma...@google.com>
ma...@google.com <ma...@google.com>
ap...@google.com <ap...@google.com> #3
@jossiwolf is this on track for 1.6 or moved out to 1.7?
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?