Fixed
Status Update
Comments
jo...@google.com <jo...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-master-dev
commit 23a7d960caf43390a554700d3c56ada189a9d10e
Author: Louis Pullen-Freilich <lpf@google.com>
Date: Mon Aug 10 15:11:36 2020
IconButton / IconToggleButton API scrub
Test: ./gradlew updateApi
Bug: b/161809385
Bug: b/161807956
Relnote: "Adds enabled parameter to IconButton, and reorders parameters in IconToggleButton"
Change-Id: I0a9419b1a631cadad451395302ad87b7f9214f96
M ui/ui-material/api/current.txt
M ui/ui-material/api/public_plus_experimental_current.txt
M ui/ui-material/api/restricted_current.txt
M ui/ui-material/src/commonMain/kotlin/androidx/compose/material/IconButton.kt
https://android-review.googlesource.com/1394868
Branch: androidx-master-dev
commit 23a7d960caf43390a554700d3c56ada189a9d10e
Author: Louis Pullen-Freilich <lpf@google.com>
Date: Mon Aug 10 15:11:36 2020
IconButton / IconToggleButton API scrub
Test: ./gradlew updateApi
Bug:
Bug:
Relnote: "Adds enabled parameter to IconButton, and reorders parameters in IconToggleButton"
Change-Id: I0a9419b1a631cadad451395302ad87b7f9214f96
M ui/ui-material/api/current.txt
M ui/ui-material/api/public_plus_experimental_current.txt
M ui/ui-material/api/restricted_current.txt
M ui/ui-material/src/commonMain/kotlin/androidx/compose/material/IconButton.kt
ap...@google.com <ap...@google.com> #3
Project: platform/frameworks/support
Branch: androidx-main
commit e79512b5236c400c120fb03dea602fab9abfcb61
Author: Jossi Wolf <jossiwolf@google.com>
Date: Mon Jan 16 12:37:38 2023
Fix ModalBottomSheetLayout's HalfExpanded anchor offset
We used the `sheetSize` to calculate the HalfExpanded offset instead of `fullHeight`. The test passed because the sheet content filled the whole container, resulting in `sheetSize == fullHeight` and thus `sheetSize / 2 == fullHeight / 2`.
Test: Updated modalBottomSheet_testOffset_tallBottomSheet_whenHalfExpanded to not fill the whole container. Verified failing before fix, passing after.
Relnote: Fixed an issue where ModalBottomSheetLayout's HalfExpanded state was calculated incorrectly and the sheet would appear to be floating.
Bug: 265610459
Change-Id: I8c6155884780f8480fe714ee886d17e28bd21427
M compose/material/material/src/androidAndroidTest/kotlin/androidx/compose/material/ModalBottomSheetTest.kt
M compose/material/material/src/commonMain/kotlin/androidx/compose/material/ModalBottomSheet.kt
https://android-review.googlesource.com/2388068
Branch: androidx-main
commit e79512b5236c400c120fb03dea602fab9abfcb61
Author: Jossi Wolf <jossiwolf@google.com>
Date: Mon Jan 16 12:37:38 2023
Fix ModalBottomSheetLayout's HalfExpanded anchor offset
We used the `sheetSize` to calculate the HalfExpanded offset instead of `fullHeight`. The test passed because the sheet content filled the whole container, resulting in `sheetSize == fullHeight` and thus `sheetSize / 2 == fullHeight / 2`.
Test: Updated modalBottomSheet_testOffset_tallBottomSheet_whenHalfExpanded to not fill the whole container. Verified failing before fix, passing after.
Relnote: Fixed an issue where ModalBottomSheetLayout's HalfExpanded state was calculated incorrectly and the sheet would appear to be floating.
Bug: 265610459
Change-Id: I8c6155884780f8480fe714ee886d17e28bd21427
M compose/material/material/src/androidAndroidTest/kotlin/androidx/compose/material/ModalBottomSheetTest.kt
M compose/material/material/src/commonMain/kotlin/androidx/compose/material/ModalBottomSheet.kt
jo...@google.com <jo...@google.com>
pr...@google.com <pr...@google.com> #4
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.compose.material:material:1.4.0-alpha05
Description
Jetpack Compose version: 1.4.0-alpha04
Jetpack Compose component used: ModalBottomSheetLayout
Android Studio Build: Electric Eel 2022.1.1 #AI-221.6008.13.2211.9477386
Kotlin version: 1.7.21
See attached video.
Repo:https://github.com/hakonschia/bottomsheetcrash
Steps: