Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
samlss committed Dec 20, 2018
1 parent 9b08af2 commit dc50505
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bloom/src/main/java/me/samlss/bloom/view/BloomView.java
Original file line number Diff line number Diff line change
Expand Up @@ -209,13 +209,10 @@ private void onAnimatorUpdate(int animatedValue){
postInvalidate();
}

private Paint paint = new Paint();
@Override
protected void onDraw(Canvas canvas) {
super.onDraw(canvas);

paint.setColor(Color.RED);

if (mBloomParticles == null
|| mBloomParticles.isEmpty()){
return;
Expand Down

0 comments on commit dc50505

Please sign in to comment.