Fix visibility issue.
This commit is contained in:
parent
ae2616d6a2
commit
cfcd7518dc
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ private fun PdfPagesView(
|
||||||
}
|
}
|
||||||
|
|
||||||
@Composable
|
@Composable
|
||||||
fun PdfPagesErrorView(
|
private fun PdfPagesErrorView(
|
||||||
error: Throwable,
|
error: Throwable,
|
||||||
modifier: Modifier = Modifier,
|
modifier: Modifier = Modifier,
|
||||||
) {
|
) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue