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

[BUG] - Custom Activity CropImageActivity #34

Closed
Canato opened this issue Jan 29, 2021 · 1 comment · Fixed by #81
Closed

[BUG] - Custom Activity CropImageActivity #34

Canato opened this issue Jan 29, 2021 · 1 comment · Fixed by #81
Assignees

Comments

@Canato
Copy link
Member

Canato commented Jan 29, 2021

Describe the bug
When extending CropImageActivity some methods are running null point exception.

To Reproduce

  • Project with this library import
  • create a new activity class CustomActivity : CropImageActivity {...}
  • Try to run some methods like cropImage() or onBackPressed()

Expected behavior
Custom activity should work as expected

To fix this bug is import we have ability to test in the sample project.
For this, we need to add a new kotlin code that extend the activity

@Canato Canato pinned this issue Feb 11, 2021
@Canato Canato self-assigned this Mar 4, 2021
@Canato Canato mentioned this issue Mar 5, 2021
4 tasks
@Canato
Copy link
Member Author

Canato commented Mar 5, 2021

Solved on 2.2.1

@Canato Canato closed this as completed Mar 5, 2021
@Canato Canato unpinned this issue Mar 5, 2021
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 a pull request may close this issue.

1 participant