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: y + height must be <= bitmap.height()
at android.graphics.Bitmap.createBitmap(SourceFile:444)
at android.graphics.Bitmap.createBitmap(SourceFile:414)
at com.lontv.lib.glassactionbar.GlassActionBarHelper.updateBlurOverlay(GlassActionBarHelper.java:225)
At first I like this lib very much, but this error occurd too frequently...when I inflating a
layout includes a web view or changing text in a new runnable.
could u tell me how to get ride of this problems ? I'd appreciate it.
The text was updated successfully, but these errors were encountered:
java.lang.IllegalArgumentException: y + height must be <= bitmap.height()
at android.graphics.Bitmap.createBitmap(SourceFile:444)
at android.graphics.Bitmap.createBitmap(SourceFile:414)
at com.lontv.lib.glassactionbar.GlassActionBarHelper.updateBlurOverlay(GlassActionBarHelper.java:225)
At first I like this lib very much, but this error occurd too frequently...when I inflating a
layout includes a web view or changing text in a new runnable.
could u tell me how to get ride of this problems ? I'd appreciate it.
The text was updated successfully, but these errors were encountered: