Fixed
Status Update
Comments
ma...@google.com <ma...@google.com>
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
commit 8d0307a61825f31645aaf8047b52d7edd92e03f4
Author: Max Alfonso-Ying <maxying@google.com>
Date: Wed Feb 28 20:35:47 2024
Fix Button color caching
Fixes: b/327371655
Test: Added unit tests
Change-Id: I7ffc4bffce91df28b572815cae21a316123e5bbc
M compose/material3/material3/src/androidInstrumentedTest/kotlin/androidx/compose/material3/ButtonTest.kt
M compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/Button.kt
https://android-review.googlesource.com/2983053
Branch: androidx-main
commit 8d0307a61825f31645aaf8047b52d7edd92e03f4
Author: Max Alfonso-Ying <maxying@google.com>
Date: Wed Feb 28 20:35:47 2024
Fix Button color caching
Fixes:
Test: Added unit tests
Change-Id: I7ffc4bffce91df28b572815cae21a316123e5bbc
M compose/material3/material3/src/androidInstrumentedTest/kotlin/androidx/compose/material3/ButtonTest.kt
M compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/Button.kt
na...@google.com <na...@google.com> #3
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.compose.material3:material3:1.2.1
androidx.compose.material3:material3-android:1.2.1
androidx.compose.material3:material3-desktop:1.2.1
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.material3:material3:1.3.0-alpha03
androidx.compose.material3:material3-android:1.3.0-alpha03
androidx.compose.material3:material3-desktop:1.3.0-alpha03
Description
Jetpack Compose version: 1.6.2
Jetpack Compose component used: compose.material3
Android Studio Build: Iguana 2023.2.1 rc2
Kotlin version: 1.9.22
Steps to Reproduce or Code Sample to Reproduce:
Third elevated button will change its colors to tonal button, because tonal button caches its values into wrong variable (dedicated to tonal button).
From the sources:
androidx.compose.material3.Button.kt