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
java.lang.IllegalArgumentException:
at android.graphics.Bitmap.nativeCreate (Native Method)
at android.graphics.Bitmap.createBitmap (Bitmap.java:942)
at android.graphics.Bitmap.createBitmap (Bitmap.java:913)
at android.graphics.Bitmap.createBitmap (Bitmap.java:880)
at com.faltenreich.skeletonlayout.mask.SkeletonMask.createBitmap (SkeletonMask.java)
at com.faltenreich.skeletonlayout.mask.SkeletonMask$bitmap$2.invoke (SkeletonMask.java)
at com.faltenreich.skeletonlayout.mask.SkeletonMask$bitmap$2.invoke (SkeletonMask.java)
at kotlin.SynchronizedLazyImpl.getValue (SynchronizedLazyImpl.java)
The text was updated successfully, but these errors were encountered:
This seems strange. The bitmaps for the skeleton should not be that large and I am currently unable to reproduce this issue. Do you have a reproducer project for me to investigate?
Getting Exception Below
Android Version: 5.1.1
Device: Galaxy Note3 Neo
Fatal Exception: java.lang.IllegalArgumentException
bitmap size exceeds 32 bits
:: More Info ::
The text was updated successfully, but these errors were encountered: