-
Notifications
You must be signed in to change notification settings - Fork 672
Getting below exception when permission is denied second time in fragment #244
Comments
Hi @rohit6027 could you please provide more information about the error? What's the version of the library you are using when reproducing the error? Can you paste here the piece of code requesting the permission? Could you please list the steps to reproduce the error? |
Hi, I received this too a few moments ago. I am using an AppCompatActivity and I call this code when a button is tapped. Exception stack trace is same as above. I am using Kotlin with MVVM. Library: 'com.karumi:dexter:6.0.0'
Reproducing:
You might have to do Step 3 & Step 4 about 2 - 4 times. Is there any quick solution? I rely heavily on Dexter. |
Hi @rohit6027 and @rupinderjeet I've sent a tentative fix for this error because even with the steps to reproduce you mentioned we are not able to reproduce the crash. I'd need you to try to reproduce this error in a demo project we can test manually and also to check if the new version we are going to publish as soon as #246 is merged fixes your issue. Please, if the PR I've sent doesn't fix the error, please reopen this issue. |
ok I will give you a demo project for this issue asap. |
Hi, @pedrovgs I have created a demo project for this exception. Please check it. Step to produce Exception:-
[https://github.com/rohit6027/GlideException.git] |
Thank you so much @rohit6027 your project helped me a lot to confirm the latest Dexter release fixed this issue. Update your app to use Dexter 6.0.1 and you won't ever see this error again. |
The text was updated successfully, but these errors were encountered: