Fixed
Status Update
Comments
lp...@google.com <lp...@google.com>
ri...@google.com <ri...@google.com> #2
Any chance this will get dealt with relatively soon?
lp...@google.com <lp...@google.com> #3
Hello. No updated to share yet, sorry
lp...@google.com <lp...@google.com> #4
Hello, is it fixed in some new compose versions ? Thanks a lot
ap...@google.com <ap...@google.com> #5
Hello, is it fixed in some new compose versions ? Thanks a lot
na...@google.com <na...@google.com> #6
val sheetState = rememberBottomSheetState(
initialValue = BottomSheetValue.Collapsed,
confirmStateChange = {
it != BottomSheetValue.Collapsed
})
val sheetScaffoldState = rememberBottomSheetScaffoldState(
bottomSheetState = sheetState
)
initialValue = BottomSheetValue.Collapsed,
confirmStateChange = {
it != BottomSheetValue.Collapsed
})
val sheetScaffoldState = rememberBottomSheetScaffoldState(
bottomSheetState = sheetState
)
ju...@telesoftas.com <ju...@telesoftas.com> #7
Hi, nothing to share yet. We will update this issue when we get to it!
gd...@blissapplications.com <gd...@blissapplications.com> #8
Thank you...hoping this will get fixed soon
Description
Jetpack Compose version:
androidxCompose = "1.4.0-beta02"
androidxComposeMaterial3 = "1.1.0-alpha07"
accompanist = "0.29.1-alpha"
Jetpack Compose component used:
androidx.compose.material.pullrefresh
androidx.compose.material3.TabRow
Android Studio Build:
Android Studio Electric Eel | 2022.1.1 Patch 2
Kotlin version:
1.8.10
Steps to Reproduce or Code Sample to Reproduce:
Create the following structure:
And you'll notice that the tabs will lose some of their touch area (the middle one). The quick fix is this:
Video in attachment and more information on this thread:https://kotlinlang.slack.com/archives/CJLTWPH7S/p1678101507857829