Removes unnecessary id that was causing crashes.

This commit is contained in:
Vitor Pamplona
2024-07-16 19:23:26 -04:00
parent 60e8ae7b9a
commit 197484dc1b
2 changed files with 0 additions and 4 deletions
@@ -86,7 +86,6 @@ fun VideoDisplay(
val description = event.content.ifBlank { null } ?: event.alt()
val isImage = event.mimeType()?.startsWith("image/") == true || RichTextParser.isImageUrl(fullUrl)
val uri = note.toNostrUri()
val id = note.id()
val mimeType = event.mimeType()
mutableStateOf<BaseMediaContent>(