CircleCheckBox icon indicating copy to clipboard operation
CircleCheckBox copied to clipboard

NullPointerException at reset()

Open oktayayr opened this issue 9 years ago • 1 comments

I encounter NullPointerException in reset() which is logged at logcat. It does not cause crash, because it is covered by try-catch block. However, it is annoying to see bunch of error logs at logcat. Here is the error message:

java.lang.NullPointerException: Attempt to invoke virtual method 'void android.graphics.Path.reset()' on a null object reference

oktayayr avatar Jan 26 '17 13:01 oktayayr

@oktayayr thanks for submitting the issue I'll look into this 👍

arlindiDev avatar Feb 27 '17 09:02 arlindiDev