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

Remove @override in RNPDFPdfViewManagerDelegate.java to fix 'no matching methods to override' error #822

Merged
merged 1 commit into from
Apr 20, 2024

Conversation

ong-palo
Copy link
Contributor

@ong-palo ong-palo commented Mar 28, 2024

Remove @ override in RNPDFPdfViewManagerDelegate.java to fix 'no matching methods to override' error when building android

@ong-palo
Copy link
Contributor Author

When building on android on latest commit, this causes an error where it says that there are no methods to override for the two methods in the file RNPDFPdfViewManagerDelegate.java.

Removing the @ Override notation fixes this build and allows the library to work.

@wonday wonday merged commit e5b7ea1 into wonday:master Apr 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants