EffectiveAndroidUI
EffectiveAndroidUI copied to clipboard
ButterKnife Fragment unbinding
Hey, shouldn't you call ButterKnife.unbind(unbinder) in your BaseFragment's onDestroyView(..) callback?
Should.
It could be a nice improvement 😃
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.
We should update the dependency version before adding this improvement.