JakeWharton / butterknife

Bind Android views and callbacks to fields and methods.
http://jakewharton.github.io/butterknife/
Apache License 2.0
25.56k stars 4.61k forks source link

Radio button validation #1621

Open PonkiyaDivyesh opened 4 years ago

PonkiyaDivyesh commented 4 years ago
java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.CharSequence android.widget.RadioButton.getText()' on a null object reference
JakeWharton commented 4 years ago

Can you create a failing test case or executable sample that reproduces the problem?

PonkiyaDivyesh commented 4 years ago

executable sample that reproduces the problem