Fixed
Status Update
Comments
jo...@google.com <jo...@google.com>
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
commit 8bc84c03b64403daca308e3da3d1148d4bfe1f68
Author: Jossi Wolf <jossiwolf@google.com>
Date: Fri Mar 31 09:47:10 2023
[M2] Snap opportunistically in BottomSheetScaffold
See aosp/2440691. This optimizes layout animations in BottomSheetScaffold.
Test: Manual test
Relnote: Animated sheet content (e.g. Modifier.animateContentSize on sheet content) in BottomSheetScaffold has been optimized and now works smoothly.
Fixes: 270518202
Fixes: 254446195
Change-Id: Ia913cf9c75949c25a5cc1a6f6dc2b650c95793b9
M compose/material/material/src/commonMain/kotlin/androidx/compose/material/BottomSheetScaffold.kt
https://android-review.googlesource.com/2517255
Branch: androidx-main
commit 8bc84c03b64403daca308e3da3d1148d4bfe1f68
Author: Jossi Wolf <jossiwolf@google.com>
Date: Fri Mar 31 09:47:10 2023
[M2] Snap opportunistically in BottomSheetScaffold
See aosp/2440691. This optimizes layout animations in BottomSheetScaffold.
Test: Manual test
Relnote: Animated sheet content (e.g. Modifier.animateContentSize on sheet content) in BottomSheetScaffold has been optimized and now works smoothly.
Fixes: 270518202
Fixes: 254446195
Change-Id: Ia913cf9c75949c25a5cc1a6f6dc2b650c95793b9
M compose/material/material/src/commonMain/kotlin/androidx/compose/material/BottomSheetScaffold.kt
pr...@google.com <pr...@google.com> #3
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.compose.material:material:1.5.0-alpha03
Description