Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

Commit e99b6a7

Browse files
committed
Make a MotionLayoutCore method internal
1 parent 40d435f commit e99b6a7

File tree

1 file changed

+2
-2
lines changed
  • constraintlayout/compose/src/main/java/androidx/constraintlayout/compose

1 file changed

+2
-2
lines changed

constraintlayout/compose/src/main/java/androidx/constraintlayout/compose/MotionLayout.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,9 +269,9 @@ internal inline fun MotionLayoutCore(
269269
)
270270
}
271271

272-
@Suppress("NOTHING_TO_INLINE")
272+
@PublishedApi
273273
@Composable
274-
inline fun MotionLayoutCore(
274+
internal inline fun MotionLayoutCore(
275275
motionScene: MotionScene,
276276
progress: Float,
277277
debug: EnumSet<MotionLayoutDebugFlags> = EnumSet.of(MotionLayoutDebugFlags.NONE),

0 commit comments

Comments
 (0)