We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cropImageView.crop(sourceUri).execute(new CropCallback() { @Override public void onSuccess(Bitmap cropped) { cropImageView.save(cropped) .execute(saveUri, mSaveCallback); } @Override public void onError(Throwable e) { } });
I cannot use this function because where is the mSaveCallback. Can you do it with one line? Or, there's no callback at all for the UI user.
The text was updated successfully, but these errors were encountered:
Resolve igreenwood#128
fe06187
4a85ab1
No branches or pull requests
I cannot use this function because where is the mSaveCallback. Can you do it with one line? Or, there's no callback at all for the UI user.
The text was updated successfully, but these errors were encountered: