We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8d07d0 commit 3e25e9cCopy full SHA for 3e25e9c
blurkit/src/main/java/io/alterac/blurkit/BlurKit.java
@@ -24,7 +24,7 @@ public static void init(Context context) {
24
}
25
26
instance = new BlurKit();
27
- rs = RenderScript.create(context);
+ rs = RenderScript.create(context.getApplicationContext());
28
29
30
public Bitmap blur(Bitmap src, int radius) {
0 commit comments