Piotr Pesta

Results 4 comments of Piotr Pesta

It would be great if you could implement item span. +1 for that.

Like this: `val cropImage = rememberLauncherForActivityResult(CropImageContract()) { result -> if (result.isSuccessful) { // Use the returned uri. val uriContent = result.uriContent val uriFilePath = result.getUriFilePath(context) // optional usage } else...

Any news? I have exactly same problem...

> Does the minimal example provided in the readme for the auth work? > > It gives me errors. I just want to check if anyone else is experiencing the...