avast / android-butterknife-zelezny

Android Studio plug-in for generating ButterKnife injections from selected layout XML.
Apache License 2.0
3.38k stars 413 forks source link

The code generated in the fragment is incorrect #131

Closed CYRUS-STUDIO closed 7 years ago

CYRUS-STUDIO commented 7 years ago

The code generated in the fragment is incorrect.

Here is the error code:

  @Override public void onDestroyView() {
    super.onDestroyView();
    null.unbind();
  }