Open simona114 opened 1 year ago
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"
.onRender { _, _, _ -> pdfView.fitToWidth() }
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"