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
Problem occurs on some devices when setting wallpaper:
java.lang.IllegalArgumentException: width must be > 0
at android.graphics.Bitmap.checkWidthHeight(Bitmap.java:207)
at android.graphics.Bitmap.createBitmap(Bitmap.java:503)
at android.graphics.Bitmap.createBitmap(Bitmap.java:533)
at nf.frex.core.Image.createBitmap(Image.java:59)
at nf.frex.android.FrexActivity.setWallpaper(FrexActivity.java:268)
at nf.frex.android.FrexActivity.access$100(FrexActivity.java:55)
at nf.frex.android.FrexActivity$1$1.onStopped(FrexActivity.java:227)
at
nf.frex.core.Generator$ProgressListenerWrapper.onTaskTerminated(Generator.java:2
59)
at nf.frex.core.Generator$Task.run(Generator.java:202)
Original issue reported on code.google.com by norman.fomferra on 24 Aug 2013 at 5:12
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
norman.fomferra
on 24 Aug 2013 at 5:12The text was updated successfully, but these errors were encountered: