Skip to content

Commit

Permalink
Fix missing key.
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrtwhite committed Nov 18, 2024
1 parent e007b40 commit 930161a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ val Extras.Key.Companion.transformations: Extras.Key<List<Transformation>>

private const val EXTRA_TRANSFORMATIONS = "coil#transformations"

private val transformationsKey = Extras.Key<List<Transformation>>(default = emptyList())

// endregion
// region crossfade

Expand Down

0 comments on commit 930161a

Please sign in to comment.