Juky-App / SquircleView

SquircleView is a library which provides you with Squircle views to use for buttons, views, etc.
Other
105 stars 5 forks source link

[BUG] SquircleImageView crash on src attribute #15

Closed Nielssg closed 2 years ago

Nielssg commented 3 years ago

Describe the bug Even though setting the android:src is not recommended, the library is not supposed to crash when doing so. It currently crashes when using a default source, due to a race condition in the SquircleImageView

To Reproduce Steps to reproduce the behavior: Use a SquircleImageView with the android:src attribute

Expected behavior Using it as background image, or, at least prevent crashing