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
{{ message }}
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.
在 AvatarView.java 的 getDrawableFrom() 方法中发现执行到以下代码会出错:
bitmap = Bitmap.createBitmap(drawable.getIntrinsicWidth(),drawable.getIntrinsicHeight(),Bitmap.Config.ARGB_8888);
这个代码在运行时会抛出异常:
java.lang.IllegalArgumentException: width and height must be > 0
The text was updated successfully, but these errors were encountered: