QuickPermissions
QuickPermissions copied to clipboard
OnPermissionsDenied fires when permission is granted.
So I realized when I first deny the permission, then click "Try again" in my (custom) rationale and then grant the permission, the method annotated with @WithPermissions and the @OnPermissionsDenied method both get executed after the permission is granted.
Can you send me the test file I can verify this behavior with?