Skip to content

Commit

Permalink
Add a test breaking API
Browse files Browse the repository at this point in the history
  • Loading branch information
gpeal committed Mar 3, 2024
1 parent 8ba9348 commit cdf83c3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ fun LottieAnimation(
fontMap: Map<String, Typeface>? = null,
asyncUpdates: AsyncUpdates = AsyncUpdates.AUTOMATIC,
safeMode: Boolean = false,
testDoNotSubmit: Boolean = false
) {
val drawable = remember { LottieDrawable() }
val matrix = remember { Matrix() }
Expand Down

0 comments on commit cdf83c3

Please sign in to comment.