Skip to content

Commit

Permalink
Interpolate image visible property (#3234)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamza-vd authored May 6, 2024
1 parent a00aa10 commit d6b014f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ data class ImageProperties(
) : ViewProperties(), Parcelable {
override fun interpolate(computedValuesMap: Map<String, Any>): ViewProperties {
return this.copy(
visible = visible.interpolate(computedValuesMap),
imageConfig =
imageConfig?.copy(
reference = imageConfig.reference?.interpolate(computedValuesMap),
Expand Down

0 comments on commit d6b014f

Please sign in to comment.