Fix visibility issue.

This commit is contained in:
Benoit Marty
2024-09-24 18:23:19 +02:00
parent ae2616d6a2
commit cfcd7518dc

View File

@@ -93,7 +93,7 @@ private fun PdfPagesView(
}
@Composable
fun PdfPagesErrorView(
private fun PdfPagesErrorView(
error: Throwable,
modifier: Modifier = Modifier,
) {