CircleCheckBox
CircleCheckBox copied to clipboard
NullPointerException at reset()
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 thanks for submitting the issue I'll look into this 👍