You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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());
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