VideoCrop icon indicating copy to clipboard operation
VideoCrop copied to clipboard

How to redraw selected area rectangle when screen restored?

Open bipinvaylu opened this issue 3 years ago • 0 comments

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?

bipinvaylu avatar Jan 25 '22 10:01 bipinvaylu