From d6ab376f2d6b9d7c219e5720c59296aa9827a685 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Tue, 25 Jun 2024 18:26:11 -0400 Subject: [PATCH] Fixes position of the hash verification icon on NIP-95 images. --- .../vitorpamplona/amethyst/ui/components/ZoomableContentView.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/components/ZoomableContentView.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/components/ZoomableContentView.kt index 74b2295ca..195cdac5f 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/components/ZoomableContentView.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/components/ZoomableContentView.kt @@ -258,7 +258,7 @@ fun LocalImageView( content.isVerified?.let { AnimatedVisibility( visible = controllerVisible.value, - modifier = Modifier, + modifier = Modifier.align(Alignment.TopEnd), enter = remember { fadeIn() }, exit = remember { fadeOut() }, ) {