Skip to content

Commit

Permalink
Fixing missing import for android.graphics.Rect
Browse files Browse the repository at this point in the history
  • Loading branch information
Jocelyn Becker committed Jan 24, 2018
1 parent 705383a commit df268e3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
import android.graphics.Canvas;
import android.graphics.Paint;
import android.graphics.Path;
import android.graphics.Rect;
import android.support.v4.content.res.ResourcesCompat;
import android.util.AttributeSet;
import android.view.MotionEvent;
Expand Down

0 comments on commit df268e3

Please sign in to comment.