TakuSemba / CropMe

Extremely Smooth and Easy Cropping library for you
Apache License 2.0
423 stars 74 forks source link

fix CropImageView zero size #28

Open viachaslaukukhto opened 2 years ago

viachaslaukukhto commented 2 years ago

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.