Skip to content

Commit

Permalink
rename extraImagePathRef to mediaPath
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjaySargam committed Jul 24, 2024
1 parent ece272e commit 4cf695e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class MediaRegistration(private val context: Context) {
}
val field = ImageField()
field.hasTemporaryMedia = true
field.extraImagePathRef = tempFilePath
field.mediaPath = tempFilePath
return field.formattedValue
}

Expand Down

0 comments on commit 4cf695e

Please sign in to comment.