AndroidPdfViewerV1
AndroidPdfViewerV1 copied to clipboard
onRender problem: Type mismatch: inferred type is (Int, Any?, Any?) -> Unit but ((Int) -> Unit)! was expected
Trying to do
.onRender { _, _, _ -> pdfView.fitToWidth() }
and I get the error "Type mismatch: inferred type is (Int, Any?, Any?) -> Unit but ((Int) -> Unit)! was expected"