You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 bygetCropRect()
and restoring on restore instance state bysetCropRect
which in turn callsmCropView.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?
The text was updated successfully, but these errors were encountered: