[BUG] - CropImageView.wholeImageRect has comments in wrong place
See original GitHub issue- Lib Version [e.g. 1.1.0] 2.3.0
Describe the bug This:
val wholeImageRect: Rect?
get() {
...
} // get the points of the crop rectangle adjusted to source bitmap
// get the rectangle for the points (it may be larger than original if rotation is not straight)
To Reproduce
- Go to the source code of it, and look for yourself.
Expected behavior Shouldn’t have comments after the “}”
Screenshots Here:
Smartphone (please complete the following information): None.
Additional context Nothing.
Issue Analytics
- State:
- Created 2 years ago
- Comments:13 (12 by maintainers)
Top Results From Across the Web
The android-image-cropper from CanHub - GithubHelp
[BUG] - CropImageView.wholeImageRect has comments in wrong place. Lib Version [e.g. 1.1.0] 2.3.0. Describe the bug. This: val wholeImageRect: Rect? get() { ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Canato The Kotlin converter has some issues. I suggest that when you use it, make sure all Java functions have nullability annotations. I think the main cause for issues on it is from this aspect. The rest is relatively easy to fix and notice.
?