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
Is your feature request related to a problem? Please describe.
None of the various load methods allow to inspect error conditions, i.e. why an image load failed. At the moment it's next to a black box. Interestingly, there is no log output either.
Describe the solution you'd like
Probably the easiest solution is to let load() methods accept another lambda that is called in case of errors, i.e. onSuccess = (Exception) -> Unit = {}
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
None of the various load methods allow to inspect error conditions, i.e. why an image load failed. At the moment it's next to a black box. Interestingly, there is no log output either.
Describe the solution you'd like
Probably the easiest solution is to let load() methods accept another lambda that is called in case of errors, i.e. onSuccess = (Exception) -> Unit = {}
The text was updated successfully, but these errors were encountered: