Skip to content

fix CropImageView zero size#28

Open
viachaslaukukhto wants to merge 1 commit into
TakuSemba:masterfrom
viachaslaukukhto:fix_empty_crop_image
Open

fix CropImageView zero size#28
viachaslaukukhto wants to merge 1 commit into
TakuSemba:masterfrom
viachaslaukukhto:fix_empty_crop_image

Conversation

@viachaslaukukhto

Copy link
Copy Markdown

Sometimes onPreDraw is called before the view gets its dimensions. As a result, the CropImageView has zero dimensions and ViewTreeObserver.OnPreDrawListener unsubscribes. The fix does not allow you to set the size of the frame of the CropImageView if the view has not yet received the dimensions.

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

Successfully merging this pull request may close these issues.

1 participant