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 0fa2f192040fd5f864a6014e7582c384641c206b
Author: Max Alfonso-Ying <maxying@google.com>
Date: Thu Feb 29 21:46:12 2024
Update NavigationRailItemColors to return Color not State<Color>
Class has been marked as @Immutable. Methods have been marked as
@Stable. Animation logic has been pushed to the call-site.
Bug: b/327660613
Test: existing screenshot tests
Relnote: "NavigationRailItemColors is now marked as @Immutable."
Change-Id: If6112d3f7fb20f381917a5ac4c148cf5bdb073f9
M compose/material3/material3/api/current.txt
M compose/material3/material3/api/restricted_current.txt
M compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/NavigationRail.kt
https://android-review.googlesource.com/2983919
Branch: androidx-main
commit 0fa2f192040fd5f864a6014e7582c384641c206b
Author: Max Alfonso-Ying <maxying@google.com>
Date: Thu Feb 29 21:46:12 2024
Update NavigationRailItemColors to return Color not State<Color>
Class has been marked as @Immutable. Methods have been marked as
@Stable. Animation logic has been pushed to the call-site.
Bug:
Test: existing screenshot tests
Relnote: "NavigationRailItemColors is now marked as @Immutable."
Change-Id: If6112d3f7fb20f381917a5ac4c148cf5bdb073f9
M compose/material3/material3/api/current.txt
M compose/material3/material3/api/restricted_current.txt
M compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/NavigationRail.kt
ma...@google.com <ma...@google.com>
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.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
See parent/blocker bug for more context