FloatingLabelSpinner
FloatingLabelSpinner copied to clipboard
startErrorAnimation Null Pointer
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