Vandolf Estrellado

Results 28 comments of Vandolf Estrellado

Thanks for creating this issue @reactormonk ! You made my predictions come true. Not sure if you missed it but in that same documentation page you linked, I left a...

I agree with you. No arguments there 😅 I am 100% going to work on this at some point for sure, even if someone does not help me out with...

I'll look into this possibly tomorrow. One thing I can say now is that this looks like it is caused by the `permissions` module code; `queryWithPermission()` and/or `insertWithPermission()`. I wrote...

Unrelated to the crash, I noticed that you can reduce the lines of code in your app. So instead of, ```kotlin val rawContact = NewRawContact().apply { setName { displayName =...

One more question. Do you have the developer option "Don't keep activities" enabled? I'm not saying that the crash should happen because of it but It will help me debug...

Cool! Two questions; 1. Did you use `insertWithPermission`? 2. Does it still work if you do NOT call `allowBlanks(true)`?

Thanks! I'll try to reproduce this on your temporal contacts app tomorrow. Do you have a branch or commit that still uses `insertWithPermission()` that the happens in?

I haven't had the chance to investigate this yet as I have been focusing on other things and this is not happening in the sample app. It is also not...

Note to self. I was able to reproduce this same exact stack trace on the sample app by declining permissions on a Samsung Galaxy A71 running Android 11.

Migrating away from dexter may or may not solve this issue. Regardless, the migration away from dexter should occur before attempting to fix this bug. The bug might just go...