Sahil Khan

Results 1 comments of Sahil Khan

> I Fixed it like this > > ``` > if (!isDestroyed) { > binding.pdfView.fromFile(file) > .onPageError { page, _ -> > showToast("Error at page: $page") > }.onError { error...