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

Static fun java #111

Closed
wants to merge 4 commits into from
Closed

Conversation

prashant-13
Copy link
Contributor

close #108

Not able to access CropImage.activity() function in Java class

Cause:

Not added @JvmStatic annotation in static function in CropImage

How the bug was solved:

Added @JvmStatic annotation in all static function in CropImage

@prashant-13 prashant-13 requested a review from a team as a code owner April 12, 2021 10:05
Copy link
Member

@Canato Canato left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@prashant-13 Since we had to open a second one because of more notations need. Would you have time to create a Sample in Java code? So we can be sure that is working?

In Kotlin we have 3 samples, you could get only the one who use CropImage.activity

@Canato
Copy link
Member

Canato commented Apr 13, 2021

This PR is missing functions, for example setTouchRadius or setGuidelines. And they would probably be needed to!

Let's merge this when we have a Java Sample code, so we can be sure about the usage

@prashant-13 prashant-13 deleted the static_fun_java branch April 13, 2021 13:30
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.

[BUG] - Not able to access CropImage.activity() function in Java class
2 participants