AndroidPdfViewerV1 icon indicating copy to clipboard operation
AndroidPdfViewerV1 copied to clipboard

onRender problem: Type mismatch: inferred type is (Int, Any?, Any?) -> Unit but ((Int) -> Unit)! was expected

Open simona114 opened this issue 2 years ago • 0 comments

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"

simona114 avatar Sep 13 '23 15:09 simona114