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() }, ) {