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
java.lang.NullPointerException: Attempt to invoke interface method 'void com.github.arisan.ArisanListener$OnCondition.onValue(java.lang.String, com.github.arisan.adapter.FormAdapter)' on a null object reference
When i use CheckBox instead of Spinner for the second element in my Model, i don't have any problem.
Can you help me please ?
The text was updated successfully, but these errors were encountered:
Hello i have a problem when i use two spinner on a form.
My model :
My Activity :
I have this error :
java.lang.NullPointerException: Attempt to invoke interface method 'void com.github.arisan.ArisanListener$OnCondition.onValue(java.lang.String, com.github.arisan.adapter.FormAdapter)' on a null object reference
When i use CheckBox instead of Spinner for the second element in my Model, i don't have any problem.
Can you help me please ?
The text was updated successfully, but these errors were encountered: