Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
Author: Doris Liu <
Link:
Make sharedContentState naming consistent acorss shared element APIs
Expand for full commit details
Make sharedContentState naming consistent acorss shared element APIs
Fixes: 375351468
Test: ./gradlew updateApi
Relnote: "Updated sharedElement parameter naming from state to
sharedContentState for consistency across shared element APIs"
Change-Id: I5694cffa5df5527e1fcd12f9267d479fd175ee87
Files:
- M
compose/animation/animation/api/current.txt
- M
compose/animation/animation/api/restricted_current.txt
- M
compose/animation/animation/src/androidInstrumentedTest/kotlin/androidx/compose/animation/SharedTransitionTest.kt
- M
compose/animation/animation/src/commonMain/kotlin/androidx/compose/animation/SharedTransitionScope.kt
Hash: 9e7df51318b92ff270372668f12a0979569a8fe7
Date: Thu Oct 24 11:54:47 2024
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.animation:animation:1.8.0-alpha06
androidx.compose.animation:animation-android:1.8.0-alpha06
androidx.compose.animation:animation-jvmstubs:1.8.0-alpha06
androidx.compose.animation:animation-linuxx64stubs:1.8.0-alpha06
Description
Modifier.sharedElement state parameter is named differently from Modifier.sharedBounds, making switching between the two a bit more cumbersome than needed.
and Modifier.sharedBounds:
It is desirable to have these consistent names between the two.