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
The project uses the old version of ButterKnife (5.1.+) which doesn't have the unbind(unbinder) method.
So, @npace, the answer is no. :)
But I believe, used libraries should be updated to latest versions.
Hey, shouldn't you call
ButterKnife.unbind(unbinder)
in yourBaseFragment
'sonDestroyView(..)
callback?The text was updated successfully, but these errors were encountered: