-
Notifications
You must be signed in to change notification settings - Fork 677
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IllegalArgumentException px must be > 0. #2733
Comments
@AlexeyGodyaev What's the full stack trace? Also what version of Coil are you using? As of that latest version of Coil this doesn't seem to be possible as the two places that could throw this exception are guarded with |
Crashed in non-app: coil3.size.Dimension$Pixels in constructor-impl io.coil-kt.coil3:coil-android | 3.0.4 |
@colinrtwhite Will the bug be fixed? |
@AlexeyGodyaev I'm not able to reproduce this locally using the provided code snippit. Can you create a small project that reproduces the issue? Also it looks like frames are missing from your stack trace unless |
in onViewCreated
//delay any time
The text was updated successfully, but these errors were encountered: