Skip to content

Commit

Permalink
blurRadius
Browse files Browse the repository at this point in the history
  • Loading branch information
daimajia committed Aug 18, 2014
1 parent 67bd85f commit 9c52637
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ private void addBlurImage(){
Bitmap b = Util.getViewBitmap(this);
if(b == null)
return;
Bitmap bm = Blur.apply(getContext(), b);
Bitmap bm = Blur.apply(getContext(), b, mBlurRadius);
ImageView im = new ImageView(getContext());
im.setImageBitmap(bm);
mBlurImage = im;
Expand Down

0 comments on commit 9c52637

Please sign in to comment.