FloatingLabelSpinner icon indicating copy to clipboard operation
FloatingLabelSpinner copied to clipboard

startErrorAnimation Null Pointer

Open o7k7 opened this issue 5 years ago • 0 comments

Hi,

In order to disable error we're using setError(null). However some times we receive NullPointerException from startErrorAnimation() function. Could you please help?

final float error_length = errorPaint.measureText(error.toString());

Thanks

o7k7 avatar Dec 25 '19 11:12 o7k7