Sergio Gutiérrez
Sergio Gutiérrez
Hi @flaquir4 The Android activity might live longer than that depending on a lot of things, the skipped frames shouldn't happen though, do you know if it happens in the...
Hi @spurd0 I'm wondering if it has to do with the change we introduced in `3.1.0` where the `BasePermissionListener` now calls `token.continuePermissionRequest();` in the default `onPermissionRationaleShouldBeShown` implementation. The reason was...
Hi @gromiloff Where are you asking for permissions? If it's on the `onResume` method I'd say your problem is there, keep in mind that when the permission has been denied,...
Yes, that's what (I think) I had in mind, don't forget we have several other listeners, not only the error one: https://github.com/Karumi/Dexter/blob/master/dexter/src/main/java/com/karumi/dexter/Dexter.java#L60 It might be a good idea to report...
Hi @elliott-accolade We will not be adding those features ourselves because we don't have the need to and will probably not fulfil your expectations but we are open to review...
We are about to release a new version of the library, feel free to send us a PR with the target sdk update and we'll be glad to merge it
Hi @Alamgir It's the first notice of this issue we have. Do you happen to know if using one of the mentioned hacks in the post effectively solves the issue?...
The only problem I see with the bug is that the Android team has marked it as _WorkingAsIntended_. I'll give it a try to see if just posting it again...
Hi @elliott-accolade First of all, thank you for your detailed report! I'm thinking about the execution flow in your description and I'm seeing a small inconsistency that might (or not)...
Hey @szhupeng, Can you reproduce it with the sample project?