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
I'm using it in a RecyclerView and it crashes the app with this error?
android.renderscript.RSIllegalArgumentException: Radius out of range (0 < r <= 25).
at android.renderscript.ScriptIntrinsicBlur.setRadius(ScriptIntrinsicBlur.java:82)
at com.vipulasri.ticketview.BlurBuilder.blur(BlurBuilder.java:20)
at com.vipulasri.ticketview.TicketView.generateShadow(TicketView.java:281)
at com.vipulasri.ticketview.TicketView.doLayout(TicketView.java:262)
at com.vipulasri.ticketview.TicketView.onDraw(TicketView.java:111)
I'm using it in a RecyclerView and it crashes the app with this error?
Here's the TicketView I'm using
it shows perfectly fine in the preview btw.
The text was updated successfully, but these errors were encountered: