wasabeef / glide-transformations

An Android transformation library providing a variety of image transformations for Glide.
Apache License 2.0
9.9k stars 1.41k forks source link

Calling RS with no Context active. #193

Open i-farmer opened 3 years ago

i-farmer commented 3 years ago

BlurTransformation文件中关于RSBlur.blur的使用,其中RenderScript.releaseAllContexts()方法执行后,在离开activity的时候会报错

i-farmer commented 3 years ago

我现在的方式就是去掉 RenderScript.releaseAllContexts(),直接调用 rs.destroy();