Skip to content

Commit

Permalink
upgrade 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Bejan committed Apr 27, 2020
1 parent 1148c1b commit 50b7c76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ publish {
userOrg = 'mmin18'
groupId = 'com.github.mmin18'
artifactId = 'realtimeblurview'
publishVersion = '1.3.0'
publishVersion = '1.3.2'
desc = 'A realtime blurring overlay for Android (like iOS UIVisualEffectView)'
website = 'https://github.com/mmin18/RealtimeBlurView'
}
2 changes: 1 addition & 1 deletion library/src/com/github/mmin18/widget/RealtimeBlurView.java
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ public boolean onPreDraw() {
}

if(mIsCircle && !isCircleDrawn) {
isCircleDrawn = true
isCircleDrawn = true;
mBitmapToBlur = getBitmapClippedCircle(mBitmapToBlur);
}

Expand Down

0 comments on commit 50b7c76

Please sign in to comment.