Fixes position of the hash verification icon on NIP-95 images.

This commit is contained in:
Vitor Pamplona 2024-06-25 18:26:11 -04:00
parent cc6551b11b
commit d6ab376f2d
1 changed files with 1 additions and 1 deletions

View File

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