Bernat Borrás Paronella

Results 86 comments of Bernat Borrás Paronella

I've deleted the demo as plugin was updated and I couldn't make it work 😅 If you know about proto and feel like to add an example... I would love...

Hi @angusholder Any example on how error messages looked before this PR and how it looks with this change?

Look much better! Is there any way, btw, to avoid this ñart? > Caused by: junit.framework.AssertionFailedError: 'with error: "My error message 123"' doesn't match the selected view.

Sadly, github doesn't provide a push notifications, but i've already implemented on Gitskarios. If you need it, i will be happy to collaborate

Oh, my bad then. I thought that was supposed to be done on the Application not the Activity. I could think on how to do that for compose. But no...

I mean. On compose we have `rememberLauncherForActivityResult()` right? That's a `@Composable` method that has access to `LocalContext`, and it can be cast to `ComponentActivity` (safely with an `as?`... So you...