Fixed
Status Update
Comments
kl...@google.com <kl...@google.com>
an...@google.com <an...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-master-dev
commit 815efc4dea3c65634090fd272b5bf9d9cf68d70b
Author: Matvei Malkov <malkov@google.com>
Date: Tue Aug 04 13:35:42 2020
Drawer API polish
Added few paramerets for better customization, refactored samples to make them copyable
Change-Id: I236555ff68b57685c4709ba24a6464e7fba0c10a
Relnote: modifier, backgroundColor, contentColor and scrimColor customization params has been added to Drawers
Fixes: 161804378
Test: should pass
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/samples/src/main/java/androidx/compose/material/samples/DrawerSamples.kt
M ui/ui-material/src/androidAndroidTest/kotlin/androidx/compose/material/DrawerTest.kt
M ui/ui-material/src/commonMain/kotlin/androidx/compose/material/Drawer.kt
M ui/ui-material/src/commonMain/kotlin/androidx/compose/material/Scaffold.kt
https://android-review.googlesource.com/1385874
Branch: androidx-master-dev
commit 815efc4dea3c65634090fd272b5bf9d9cf68d70b
Author: Matvei Malkov <malkov@google.com>
Date: Tue Aug 04 13:35:42 2020
Drawer API polish
Added few paramerets for better customization, refactored samples to make them copyable
Change-Id: I236555ff68b57685c4709ba24a6464e7fba0c10a
Relnote: modifier, backgroundColor, contentColor and scrimColor customization params has been added to Drawers
Fixes: 161804378
Test: should pass
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/samples/src/main/java/androidx/compose/material/samples/DrawerSamples.kt
M ui/ui-material/src/androidAndroidTest/kotlin/androidx/compose/material/DrawerTest.kt
M ui/ui-material/src/commonMain/kotlin/androidx/compose/material/Drawer.kt
M ui/ui-material/src/commonMain/kotlin/androidx/compose/material/Scaffold.kt
ro...@veeva.com <ro...@veeva.com> #3
Thank you for the answer, I can confirm that upgrading to androidx.compose.material3:material3:1.1.0-alpha04
seems to be a valid workaround.
Description
Jetpack Compose version: 1.4.0-alpha04
Jetpack Compose component used: androidx.compose.material3:material3:1.0.1
Android Studio Build: 7.4.0-rc03
Kotlin version: 1.7.21
The issue started after upgrading from
1.4.0-alpha03
to1.4.0-alpha04
. To reproduce the issue you have to use aTextField
together with aKeyboardActions
(see repro project below).Steps to Reproduce or Code Sample to Reproduce:
Stack trace (if applicable):