-
-
Notifications
You must be signed in to change notification settings - Fork 269
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug/clear mRestoreCropWindowRect and mRestoreDegreesRotated when usin…
…g setImageBitmap (#69) * !68 - clear mRestoreCropWindowRect and mRestoreDegreesRotated These both need to be cleared when setting a new image via setImageBitmap, just like how they are cleared via setImageUriAsync. Also, the degrees need to be cleared immediately after they are used to restore the degrees. At the moment they are left there, lurking. I don't think this one is a bug since they are only used when mRestoreCropWindowRect is not null (which is also odd?) but it's still a code smell. * Update CHANGELOG.md
- Loading branch information
1 parent
e2d1a04
commit 2f74953
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters