Skip to content

Commit

Permalink
Make a MotionLayoutCore method internal
Browse files Browse the repository at this point in the history
  • Loading branch information
oscar-ad committed Jan 12, 2022
1 parent 40d435f commit e99b6a7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,9 @@ internal inline fun MotionLayoutCore(
)
}

@Suppress("NOTHING_TO_INLINE")
@PublishedApi
@Composable
inline fun MotionLayoutCore(
internal inline fun MotionLayoutCore(
motionScene: MotionScene,
progress: Float,
debug: EnumSet<MotionLayoutDebugFlags> = EnumSet.of(MotionLayoutDebugFlags.NONE),
Expand Down

0 comments on commit e99b6a7

Please sign in to comment.