Fix visibility issue.

This commit is contained in:
Benoit Marty 2024-09-24 18:23:19 +02:00
parent 55704f0227
commit 3c3781d5d3

View file

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