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

How to redraw selected area rectangle when screen restored? #17

Open
bipinvaylu opened this issue Jan 25, 2022 · 0 comments
Open

How to redraw selected area rectangle when screen restored? #17

bipinvaylu opened this issue Jan 25, 2022 · 0 comments

Comments

@bipinvaylu
Copy link

bipinvaylu commented Jan 25, 2022

I had added this library as module and directly using it's CropVideoView and related classes. I am storing user's selected rectangle on saved instance state by getCropRect() and restoring on restore instance state by setCropRect which in turn calls mCropView.setBitmapRect(savedRect); mCropView.resetCropOverlayView(); methods. But it doesn't drawing rectangle at properly as well when try resize it using touch then it disappear.

Any clue or help on this?

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

No branches or pull requests

1 participant