Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Double calling of CropViewControllerDelegate methods #601

Open
Ans3301 opened this issue Nov 29, 2024 · 0 comments
Open

Double calling of CropViewControllerDelegate methods #601

Ans3301 opened this issue Nov 29, 2024 · 0 comments
Assignees
Labels

Comments

@Ans3301
Copy link

Ans3301 commented Nov 29, 2024

Describe the bug
I created a custom class that inherited from CropViewController and made an extension for this class, which implemented the CropViewControllerDelegate. When I initialized the delegate in the class constructor with a reference to the class itself, the delegate methods started executing twice.

Expected behavior
Delegate methods execute once.

Additional context
I made a pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants