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
Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'int java.lang.String.length()' on a null object reference
at br.com.sapereaude.maskedEditText.MaskedEditText.generatePositionArrays(MaskedEditText.java:205)
I trying run this code and getting NullPointerException during a call setMask(mask)
The text was updated successfully, but these errors were encountered:
MaskedEditText(context).apply { setMask(mask) }
I trying run this code and getting NullPointerException during a call
setMask(mask)
The text was updated successfully, but these errors were encountered: