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

Fixed null file sent back (Issue #142) #162

Merged
merged 1 commit into from
Sep 8, 2016

Conversation

PGMacDesign
Copy link
Contributor

As per issue 142 (#142), it mentions the issue of files being sent back as null if they make no changes (No cropping). The solution was simply just to check the paths and confirm if they are identical. In the event that the paths are the same, trying to copy one file to the other will cause both files to become null. simply skipping this step if the paths are identical solves that problem. This pull request should fix that issue entirely

As per issue 142 (Yalantis#142), it mentions the issue of files being sent back as null if they make no changes (No cropping). The solution was simply just to check the paths and confirm if they are identical. In the event that the paths are the same, trying to copy one file to the other will cause both files to become null. simply skipping this step if the paths are identical solves that problem. This pull request should fix that issue entirely
@PGMacDesign
Copy link
Contributor Author

Hey guys, anything you need me to edit to make this ready for merging? Or was it already merged via manually changing the master branch? Just hoping to get this merged/ fixed before my app goes live. Thanks!

@shliama shliama merged commit 86a1fff into Yalantis:master Sep 8, 2016
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.

2 participants