Skip to content

Commit

Permalink
Minor preview change
Browse files Browse the repository at this point in the history
  • Loading branch information
nbradbury committed Aug 7, 2024
1 parent 8537ceb commit 49e1886
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -275,15 +275,15 @@ private fun FeedbackFormScreenPreview() {
uri = Uri.parse("https://via.placeholder.com/150"),
attachmentType = FeedbackFormAttachmentType.IMAGE,
size = 123456789,
displayName = "attachment.jpg (1.2 MB)",
displayName = "IMAGE_1 (1.2 MB)",
mimeType = "image/jpeg",
tempFile = File("/tmp/attachment.jpg")
)
val attachment2 = FeedbackFormAttachment(
uri = Uri.parse("https://via.placeholder.com/150"),
attachmentType = FeedbackFormAttachmentType.VIDEO,
size = 123456789,
displayName = "attachment.mp4 (12.4 MB)",
displayName = "VIDEO_1 (12.4 MB)",
mimeType = "video/mp4",
tempFile = File("/tmp/attachment.mp4")
)
Expand Down

0 comments on commit 49e1886

Please sign in to comment.