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 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
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):